| Field | Type | Flags | Description |
|---|---|---|---|
| calendar | Reference | The related calendar | |
| color | String | Blankable | Calendar's color |
| description | String | Readonly Nullable | The description of the calendar (max_length = 1024) |
| id | Objectid | Readonly | Unique identifier of the resource |
| is_own | Boolean | Readonly | Determine if the calendar belongs to the user |
| location | String | Readonly Nullable | The location fo the calendar (max_length = 256) |
| reminders | Related | Nullable Blankable | Default event reminders for this calendar |
| resource_uri | String | Readonly | URI which represent a specific resource. All references are based upon this scheme |
| selected | Boolean | Blankable | A calendar can be shown or not on the organizer. If selected, the calendar is shown by default |
| summary | String | Readonly | The summary (title) of the calendar (max_length = 64) |
| summary_override | String | Nullable Blankable | Non-owners can set a different summary for shared calendars |
| timezone | String | Readonly | The timezone of the calendar (default = "UTC") |