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<CalendarAttendee> Full details of some of the attendees of this event
isLimit Optional<Boolean> Whether the total count of the people returned is at the retrieval limit.
total Optional<Long> Total number of attendees in this event.
numAccepted Optional<Long> Total number of attendees who have accepted this event.
numDeclined Optional<Long> Total number of attendees who have declined this event.
numNoResponse Optional<Long> Total number of attendees who have not responded to this event.
numTentative Optional<Long> Total number of attendees who have responded tentatively (i.e. responded maybe) to this event.