Logo
Zoom Public API Documentation

calendars-users-{userIdentifier}-calendarList-{calendarId}

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 me or a given calendar ID.

Scopes: calendar:read,calendar:read:admin

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

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: 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: calendar:write,calendar:write:admin

Rate Limit Label: LIGHT



ENDPOINTS