| Field | Type | Flags | Description |
|---|---|---|---|
| attendees | Related | Nullable Blankable | Event's attendees. Can be internal Vosae users or external attendees identified by their name/email |
| calendar | Reference | Event's related calendar | |
| color | String | Nullable Blankable | Event's custom color (6-hexadecimal, prefixed by "#") |
| created_at | Datetime | Readonly | Event's creation datetime |
| creator | Reference | Readonly | User which have created the event |
| description | String | Nullable Blankable | Event's description (max_length = 1024) |
| end | Embedded | Event's end date(time) | |
| id | Objectid | Readonly | Unique identifier of the resource |
| instance_id | String | Readonly Nullable Blankable | If the event is recurring, the occurrence instance id |
| location | String | Nullable Blankable | Event's location (max_length = 512) |
| organizer | Reference | Readonly | Event's organizer. Can be different of the creator |
| original_start | Embedded | Readonly | If the event is recurring, this belongs to the original event start date(time) |
| recurrence | String | Nullable Blankable | Event's recurrence rules. Please note that infinite RRULESET are shrinked to the first 730 occurrences |
| reminders | Embedded | Blankable | Event's custom reminders |
| resource_uri | String | Readonly | URI which represent a specific resource. All references are based upon this scheme |
| start | Embedded | Event's start date(time) | |
| status | String | Nullable Blankable | Status of the event. One of:
|
| summary | String | Event's summary (max_length = 64) | |
| transparency | String | Nullable Blankable | Event's transparency. One of:
|
| updated_at | Datetime | Readonly | Event's modification datetime |