Member Junction
    Preparing search index...

    The organizer of a calendar invite (normalized).

    interface CalendarInviteOrganizer {
        DisplayName?: string;
        Email: string;
    }
    Index

    Properties

    Properties

    DisplayName?: string

    The organizer's display name, when provided.

    Email: string

    The organizer's email address.