Update the specified calendar
PATCH {{baseUrl}}/calendars/:calId
Updates metadata for a calendar.
Scopes: calendar:write
,calendar:write:admin
Rate Limit Label: HEAVY
Request Body
{"summary"=>"<string>", "timeZone"=>"<string>", "description"=>"<string>", "location"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"kind":"calendar#calendar","etag":"\u003cstring\u003e","id":"\u003cemail\u003e","summary":"\u003cstring\u003e","timeZone":"\u003cstring\u003e","description":"\u003cstring\u003e","location":"\u003cstring\u003e"}