| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | ||
| name | String | [optional] | |
| description | String | [optional] | |
| startsAt | OffsetDateTime | [optional] | |
| endsAt | OffsetDateTime | [optional] | |
| location | String | For external events. | [optional] |
| status | StatusEnum | Status transition. Most common: 'cancelled' to cancel an event. | [optional] |
| imageDataUri | String | [optional] |
| Name | Value |
|---|---|
| SCHEDULED | "scheduled" |
| ACTIVE | "active" |
| COMPLETED | "completed" |
| CANCELLED | "cancelled" |