Logo
Zoom Public API Documentation

Create a new secondary calendar

POST {{baseUrl}}/calendars

Creates a secondary calendar.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: HEAVY

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "kind": "calendar#calendar", "etag": "<string>", "id": "<email>", "summary": "<string>", "timeZone": "<string>", "description": "<string>", "location": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/calendars' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"summary":"\u003cstring\u003e"}'

ENDPOINTS