Number of APIs: 2
1. List the calendars in the user's own calendarList
GET {{baseUrl}}/calendars/users/:userIdentifier/calendarList?maxResults=<integer>&minAccessRole=writer&pageToken=<string>&showDeleted=<boolean>&showHidden=<boolean>
Returns the calendars in the user's calendar list. Scopes: Rate Limit Label: calendar:read
,calendar:read:admin
HEAVY
2. Insert an existing calendar to the user's own calendarList
POST {{baseUrl}}/calendars/users/:userIdentifier/calendarList?colorRgbFormat=<boolean>
Inserts an existing calendar into 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
ENDPOINTS