Tag Model
| Parameter | Type | Description |
|---|---|---|
| id Required | UUID/GUID | Identifier for the calendar tag |
| name Required | String | Display name of the tag |
EventDetail Model
| Parameter | Type | Description |
|---|---|---|
| eventId Required | String | A unique identifier for the event. |
| title Required | String | Summary/Title of the event. |
| description Required | String | Text that will appear in the events Description field. |
| Location Optional | String | Text that will appear in the event Location field. |
| timezone Optional | String | A Windows timezone identifier. Indicates the timezone that an event occurs in. |
| start Required | DateTime (ISO 8601) | Date and time the event will start in Timezone that it is occurs in. |
| end Required | DateTime (ISO 8601) | Date and time the event will end in Timezone that it is occurs in. |
| allDayEvent Optional | Boolean | Indicated if the event runs all day. |
| notifyBefore Optional | Number | Indicates how many minutes before the event the subscriber should be notified. |
