Api referenceCalendars
List all selections of a calendar
List all selections
curl -X GET "https://example.com/v2/calendars/selections"{ "data": [ { "id": "string", "owner": {}, "name": "string", "type": "string", "color": "string", "eventDuration": 0, "schedule": {}, "createdAt": "string", "updatedAt": "string", "defaultCalendar": true, "isScheduleEnforced": true, "entity": "course", "updatedBy": "string", "createdBy": "string", "timezone": "string", "baseDuration": 0, "available": true, "entityId": "string" } ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}