Member Junction
    Preparing search index...

    The outcome of one CalendarWatcher.Sweep — counts for observability + the host scheduler.

    interface CalendarSweepResult {
        BridgesCreated: number;
        Duplicates: number;
        IdentitiesFailed: number;
        IdentitiesScanned: number;
        IdentitiesWithoutSource: number;
        InvitesSeen: number;
        Unroutable: number;
    }
    Index

    Properties

    BridgesCreated: number

    New Scheduled bridges created this sweep.

    Duplicates: number

    Invites skipped because a bridge already existed (idempotent dedupe).

    IdentitiesFailed: number

    Identities whose source poll threw (logged + skipped — the sweep continued).

    IdentitiesScanned: number

    Active Email identities considered this sweep.

    IdentitiesWithoutSource: number

    Identities skipped because no calendar source was resolved for them.

    InvitesSeen: number

    Invites examined across all identities.

    Unroutable: number

    Invites skipped for an unresolved/unconfigured join URL (no provider for the platform).