Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.46 KB

File metadata and controls

14 lines (11 loc) · 3.46 KB

CalendarAttendees

Fields

Field Type Required Description
people List[models.CalendarAttendee] Full details of some of the attendees of this event
is_limit Optional[bool] Whether the total count of the people returned is at the retrieval limit.
total Optional[int] Total number of attendees in this event.
num_accepted Optional[int] Total number of attendees who have accepted this event.
num_declined Optional[int] Total number of attendees who have declined this event.
num_no_response Optional[int] Total number of attendees who have not responded to this event.
num_tentative Optional[int] Total number of attendees who have responded tentatively (i.e. responded maybe) to this event.