Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.59 KB

File metadata and controls

12 lines (9 loc) · 4.59 KB

CalendarAttendee

Fields

Field Type Required Description Example
isOrganizer Optional<Boolean> Whether or not this attendee is an organizer.
isInGroup Optional<Boolean> Whether or not this attendee is in a group. Needed temporarily at least to support both flat attendees and tree for compatibility.
person Person ✔️ N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
groupAttendees List<CalendarAttendee> If this attendee is a group, represents the list of individual attendees in the group.
responseStatus Optional<ResponseStatus> N/A