Number of APIs: 3
1. Get a specified calendar from the user's own calendarList
GET {{baseUrl}}/calendars/users/:userIdentifier/calendarList/:calendarId
Returns a calendar from the user's calendar list. The user can be Scopes: Rate Limit Label: me
or a given calendar ID. calendar:read
,calendar:read:admin
LIGHT
2. Delete an existing calendar from the user's own calendarList
DELETE {{baseUrl}}/calendars/users/:userIdentifier/calendarList/:calendarId
Removes a calendar from the user's calendar list. The user can be Scopes: Rate Limit Label: me
or a given calendar ID. calendar:write
,calendar:write:admin
LIGHT
3. Update an existing calendar in the user's own calendarList
PATCH {{baseUrl}}/calendars/users/:userIdentifier/calendarList/:calendarId?colorRgbFormat=<boolean>
Updates an existing calendar on the user's calendar list. Scopes: Rate Limit Label: calendar:write
,calendar:write:admin
LIGHT
ENDPOINTS