Logo
Zoom Public API Documentation

Update the specified calendar

PATCH {{baseUrl}}/calendars/:calId

Updates metadata for a 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 PATCH 'https://api.zoom.us/v2/calendars/:calId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"summary":"\u003cstring\u003e","timeZone":"\u003cstring\u003e","description":"\u003cstring\u003e","location":"\u003cstring\u003e"}'

ENDPOINTS