Member Junction
    Preparing search index...

    One Google Event.attendees[].

    interface GoogleAttendee {
        displayName?: string;
        email?: string;
        organizer?: boolean;
        responseStatus?: string;
    }
    Index

    Properties

    displayName?: string

    The attendee's display name, when present.

    email?: string

    The attendee's email address.

    organizer?: boolean

    Whether this attendee is the organizer.

    responseStatus?: string

    Google response status (accepted / declined / tentative / needsAction).