(task: TaskInfo)
| 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 { |
no outgoing calls
no test coverage detected