Event
The event object is used to represent any events from your calendars.
Object Schema
Key | Type | Description |
---|---|---|
uid | string | The unique ID from the calendar event. |
title | string | The name of the event. |
calendar | string | The name of the calendar the event is from. |
location | string | The location of the event. |
start | string | The start time of the event in ISO 8601 format. |
end | string | The end time of the event in ISO 8601 format. |
repeating | boolean | Whether the event repeats. |
duration | string | The length of the event. |
status | string | ??? |
transparency | string | ??? |
description | string | The long description of the event. |
day | string | The day of the start of the event. |
time | string | The time of the event, or false for all day events. |