Member Junction
    Preparing search index...

    Arguments for one IGoogleCalendarLike.listEvents call — sync-token OR page-token paging.

    interface GoogleListEventsArgs {
        calendarId: string;
        pageToken?: string;
        syncToken?: string;
    }
    Index

    Properties

    calendarId: string

    The calendar id to read (the agent's mailbox/identity address; primary for the user's default).

    pageToken?: string

    In-poll continuation token (nextPageToken) when following pages of the current poll.

    syncToken?: string

    Incremental-sync token from a prior poll's final page (mutually exclusive with pageToken).