| 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 |