Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "id": "<email>", "kind": "<string>", "etag": "<string>", "summary": "<string>", "description": "<string>", "location": "<string>", "timeZone": "<string>", "colorId": "<string>", "backgroundColor": "<string>", "foregroundColor": "<string>", "hidden": "<boolean>", "selected": "<boolean>", "accessRole": "reader", "defaultReminders": [ { "method": "popup", "minutes": "<integer>" }, { "method": "popup", "minutes": "<integer>" } ], "defaultAllDayReminders": [ { "method": "email", "minutes": "<integer>" }, { "method": "popup", "minutes": "<integer>" } ], "notificationSettings": { "notifications": [ { "type": "eventChange", "method": "email" }, { "type": "agenda", "method": "email" } ] }, "primary": "<boolean>", "deleted": "<boolean>", "summaryOverride": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/calendars/users/:userIdentifier/calendarList/:calendarId' -H 'Accept: application/json'

ENDPOINTS