| 5 | const API_BASE = 'https://www.googleapis.com/calendar/v3/calendars' |
| 6 | |
| 7 | export interface GCalMeta { |
| 8 | googleCalendarId: string |
| 9 | googleCalendarApiKey?: string |
| 10 | googleCalendarApiBase?: string, |
| 11 | extraParams?: Record<string, any> | (() => Record<string, any>) |
| 12 | } |
| 13 | |
| 14 | export const eventSourceDef = { |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…