Logo
Zoom Public API Documentation

calendars-users-{userIdentifier}-calendarList

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: calendar:read,calendar:read:admin

Rate Limit Label: 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 me or a given calendar ID.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: LIGHT



ENDPOINTS