Member Junction
    Preparing search index...

    Options for GoogleCalendarClient. Auth is a pre-built googleapis auth client (an OAuth2 client or a JWT/service-account client) resolved upstream from the provider Configuration via MJ's credential system — token acquisition is not this client's job.

    interface GoogleCalendarClientOptions {
        Auth: unknown;
        LookaheadDays?: number;
        ModuleLoader?: GoogleApisModuleLoader;
        Now?: Date;
    }
    Index

    Properties

    Auth: unknown

    A pre-built googleapis auth client (OAuth2 / JWT / service-account), resolved upstream.

    LookaheadDays?: number

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

    ModuleLoader?: GoogleApisModuleLoader

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

    Now?: Date

    Test seam: a fixed "now" for the first-poll window.