Representation of a Google Calendar
| Property | Type | Description |
|---|---|---|
| calendarId | string | Identifier of the calendar. |
| title | string | The Title of the calendar |
| timeZone | string | The time zone of the calendar. |
| hidden | boolean | Whether the calendar has been hidden from the list. |
| accessRole | string | The effective access role that the authenticated user has on the calendar. Possible Values : "freeBusyReader","reader","writer" and "owner". |
| primary | boolean | Whether the calendar is the primary calendar of the authenticated user. |
| deleted | boolean | Whether this calendar list entry has been deleted from the calendar list. |