attendeesOmitted property

bool? attendeesOmitted
getter/setter pair

Whether attendees may have been omitted from the event's representation.

When retrieving an event, this may be due to a restriction specified by the maxAttendee query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.

Implementation

core.bool? attendeesOmitted;