MCPcopy
hub / github.com/fullcalendar/fullcalendar / GCalMeta

Interface GCalMeta

packages/google-calendar/src/event-source-def.ts:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const API_BASE = 'https://www.googleapis.com/calendar/v3/calendars'
6
7export interface GCalMeta {
8 googleCalendarId: string
9 googleCalendarApiKey?: string
10 googleCalendarApiBase?: string,
11 extraParams?: Record<string, any> | (() => Record<string, any>)
12}
13
14export const eventSourceDef = {
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…