Calendar Event Model

ParameterTypeDescription
id

Always Present
UUID/GUIDUnique identifier of the calendar.
title

Always Present
StringSummary/Title of the event.
description

Sometimes Present
StringText that will appear in the events Description field.
location

Sometimes Present
StringText that will appear in the event Location field.
reminderMinutes

Always Present
NumberIndicates how many minutes before the event the subscriber should be notified.
timezoneBclId

Sometimes Present
StringA timezone identifier in Windows format. Indicates the timezone that an event occurs in.
timezoneIanaId

Sometimes Present
StringA timezone identifier in IANA format (https://www.iana.org/time-zones). Indicates the timezone that an event occurs in.
startDateTimeUtc

Always Present
DateTime (ISO 8601)Date and time the event will start in UTC Timezone.
startDateTimeLocal

Always Present
DateTime (ISO 8601)Date and time the event will start in Timezone that it is occurs in.
endDateTimeLocalDateTime (ISO 8601)Date and time the event will end in Timezone that it is occurs in.
lastUpdateDateTimeUtc

Always Present
DateTime (ISO 8601)Date and time the event details were last updated, in UTC Timezone.
calendarTags

Sometimes Present
CalendarTags[]List of Calendar Tags associated with the event.
calendarTimezones

Sometimes Present
CalendarTimezoneModel[]List of Timezones associated with the event.
calendarCustomFields

Sometimes Present
CalendarCustomFieldModel[]List of Calendar Custom Fields associated with the event.

Calendar Tag Model

ParameterTypeDescription
id
Always Present
UUID/GUIDIdentifier for the calendar tag
text
Always Present
TextDisplay name of the tag

Calendar Timezone Model

ParameterTypeDescription
bclId
Always Present
TextA timezone identifier in Windows format.
ianaId
Always Present
TextA timezone identifier in IANA format (https://www.iana.org/time-zones).
offsetMinutes
Always Present
NumberOffset minutes to UTC, e.g. -480 for Pacific Standard Time(-08:00:00)

Calendar Custom Field Model

ParameterTypeDescription
Name
Always Present
TextCustom field name.
Label
Sometimes Present
TextDisplay name of the custom field.
Url
Sometimes Present
TextURL associated with the custom field.
ImageUrl
Sometimes Present
Sometimes Present
TextURL of the image used to display the custom field.