Member Junction
    Preparing search index...

    One Graph attendee (event.attendees[]).

    interface GraphAttendee {
        emailAddress?: GraphEmailAddress;
        status?: { response?: string };
    }
    Index

    Properties

    emailAddress?: GraphEmailAddress

    The attendee's email-address block.

    status?: { response?: string }

    The attendee's response ({ response, time }).