Logo
Zoom Public API Documentation

calendars-{calId}

Number of APIs: 3


1. Get the specified calendar

GET {{baseUrl}}/calendars/:calId

Returns metadata for a calendar.

Scopes: calendar:read,calendar:read:admin

Rate Limit Label: LIGHT



2. Update the specified calendar

PATCH {{baseUrl}}/calendars/:calId

Updates metadata for a calendar.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: HEAVY



3. Delete a calendar owned by a user

DELETE {{baseUrl}}/calendars/:calId

Deletes a calendar

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: LIGHT



ENDPOINTS