| Field | Type | Required | Description | Example |
|---|---|---|---|---|
isOrganizer |
Optional<Boolean> | ➖ | Whether or not this attendee is an organizer. | |
isInGroup |
Optional<Boolean> | ➖ | Whether or not this attendee is in a group. Needed temporarily at least to support both flat attendees and tree for compatibility. | |
person |
Person | ✔️ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
groupAttendees |
List<CalendarAttendee> | ➖ | If this attendee is a group, represents the list of individual attendees in the group. | |
responseStatus |
Optional<ResponseStatus> | ➖ | N/A |