Member Junction
    Preparing search index...
    interface CalendarSchedulerOptions {
        ContextUser: UserInfo;
        PollIntervalMs?: number;
        Provider: IMetadataProvider;
        TeamsConfig: TeamsMeetingsConfig;
        TeamsService: TeamsMeetingsService;
    }
    Index

    Properties

    ContextUser: UserInfo

    The system user the watcher + runner (and every created/started bridge) run as.

    PollIntervalMs?: number

    Poll cadence (ms). Defaults to DEFAULT_POLL_INTERVAL_MS.

    The server metadata provider all reads/writes run under.

    TeamsConfig: TeamsMeetingsConfig

    The Teams meetings config — supplies the bot Graph access token for calendar polling.

    TeamsService: TeamsMeetingsService

    The Teams meetings service (shared with the ingress) — supplies the scheduled-join bind-sdk.