Member Junction
    Preparing search index...

    The subset of a Graph calendar event resource this adapter normalizes.

    interface GraphCalendarEvent {
        attendees?: GraphAttendee[];
        body?: GraphItemBody;
        end?: GraphDateTimeTimeZone;
        id?: string;
        onlineMeeting?: GraphOnlineMeeting;
        onlineMeetingUrl?: string;
        organizer?: { emailAddress?: GraphEmailAddress };
        start?: GraphDateTimeTimeZone;
        subject?: string;
    }
    Index

    Properties

    attendees?: GraphAttendee[]

    Graph event.attendees.

    Graph event.body — searched for a join URL when no structured field is present.

    Graph event.end.

    id?: string

    Graph event.id — the stable external event id.

    onlineMeeting?: GraphOnlineMeeting

    Graph event.onlineMeeting.joinUrl.

    onlineMeetingUrl?: string

    Graph event.onlineMeetingUrl (legacy flat field, when present).

    organizer?: { emailAddress?: GraphEmailAddress }

    Graph event.organizer.emailAddress.

    Graph event.start.

    subject?: string

    Graph event.subject — the meeting title.