Member Junction
    Preparing search index...
    GetEventsResult: BaseMessageResult & {
        Events: GetEventsEvent[];
        RecurrenceExpanded?: boolean;
        SourceData?: T[];
    }

    Type Parameters

    • T = Record<string, any>

    Type Declaration

    • Events: GetEventsEvent[]

      Normalized events.

    • OptionalRecurrenceExpanded?: boolean

      Whether recurring series were expanded into individual occurrences.

      Reported rather than assumed because it silently changes what the caller received, and the two are indistinguishable by inspection: a series master and a single occurrence look alike. A caller logging attendance needs occurrences; one listing "what meetings exist" may not.

    • OptionalSourceData?: T[]

      The provider's own payloads, verbatim.