attendees property

List<EventAttendee>? attendees
getter/setter pair

The attendees of the event.

See the Events with attendees guide for more information on scheduling events with other calendar users. Service accounts need to use domain-wide delegation of authority to populate the attendee list.

Implementation

core.List<EventAttendee>? attendees;