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
is_organizer Optional[bool] Whether or not this attendee is an organizer.
is_in_group Optional[bool] Whether or not this attendee is in a group. Needed temporarily at least to support both flat attendees and tree for compatibility.
person models.Person ✔️ N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
group_attendees List[models.CalendarAttendee] If this attendee is a group, represents the list of individual attendees in the group.
response_status Optional[models.ResponseStatus] N/A