Member Junction
    Preparing search index...

    One page of Google events.list results — events + paging/sync tokens.

    interface GoogleEventPage {
        items: GoogleCalendarEvent[];
        nextPageToken?: string;
        nextSyncToken?: string;
    }
    Index

    Properties

    The events on this page.

    nextPageToken?: string

    Google nextPageToken — present when more pages remain in this poll.

    nextSyncToken?: string

    Google nextSyncToken — present on the final page; becomes the next poll's sinceCursor.