Member Junction
    Preparing search index...

    The result of one poll of a calendar source: the new invites since the cursor, plus the cursor to pass on the next poll. Cursors are opaque, provider-defined strings (Graph deltaLink, Google syncToken, or an ISO timestamp watermark) — the watcher persists/forwards them without interpreting them.

    interface CalendarPollResult {
        Invites: NormalizedCalendarInvite[];
        NextCursor?: string;
    }
    Index

    Properties

    Properties

    The invites discovered in this poll (may be empty).

    NextCursor?: string

    The cursor to pass as sinceCursor on the next ICalendarSource.ListUpcomingInvites call for this identity. undefined leaves the watcher's stored cursor unchanged.