Member Junction
    Preparing search index...

    Options for GraphCalendarClient. The first-poll window bounds the initial calendarView delta; subsequent polls follow the opaque @odata.deltaLink cursor.

    interface GraphCalendarClientOptions {
        Credentials: GraphCalendarCredentials;
        LookaheadDays?: number;
        ModuleLoader?: GraphCalendarModuleLoader;
        Now?: Date;
    }
    Index

    Properties

    Pre-resolved Graph credentials.

    LookaheadDays?: number

    How far forward the FIRST poll's calendarView window extends (days). Defaults to 30.

    Test seam: override the module loader. Defaults to the lazy dynamic import.

    Now?: Date

    Test seam: a fixed "now" for the first-poll window (so window math is deterministic).