Member Junction
    Preparing search index...

    One page of Graph delta results — the events + the cursor for the next call.

    interface GraphEventPage {
        deltaLink?: string;
        nextLink?: string;
        value: GraphCalendarEvent[];
    }
    Index

    Properties

    deltaLink?: string

    Graph @odata.deltaLink — present on the final page; becomes the next poll's sinceCursor.

    nextLink?: string

    Graph @odata.nextLink — present when more pages remain in this poll.

    The events on this page.