Member Junction
    Preparing search index...

    The minimal Google Calendar surface GoogleCalendarSource drives. A production wiring implements this over googleapiscalendar.events.list({ calendarId, syncToken | pageToken }) — following nextPageToken page-to-page and capturing the final nextSyncToken. Tests inject a fake. NO googleapis types leak through this surface.

    interface IGoogleCalendarLike {
        listEvents(args: GoogleListEventsArgs): Promise<GoogleEventPage>;
    }

    Implemented by

    Index

    Methods

    Methods