get https://api.roktcalendar.com/schedule/
Use the API to programmatically get events for a specific date range that live in the subscriber’s primary calendar
Response
Parameter | Type | Description |
---|---|---|
Title Always Present | String | The title of the event |
StartUtc Always Present | Date | Event start UTC date |
EndUtc Always Present | Date | Event end UTC date |
IsAllDayEvent Always Present | Boolean | Indicates whether all-day event or not |
This API endpoint requires that your application be authenticated via OAuth. You can learn how to authenticate your application here.