MCPcopy
hub / github.com/callumalpass/tasknotes / hasGoogleCalendarLinks

Method hasGoogleCalendarLinks

src/services/TaskService.ts:120–122  ·  view source on GitHub ↗
(task: TaskInfo)

Source from the content-addressed store, hash-verified

118 }
119
120 private hasGoogleCalendarLinks(task: TaskInfo): boolean {
121 return Boolean(task.googleCalendarEventId || task.googleCalendarExceptionEventId);
122 }
123
124 private createArchiveCalendarDeletionTask(task: TaskInfo, updatedTask: TaskInfo): TaskInfo {
125 return {

Callers 2

toggleArchiveMethod · 0.95
deleteTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected