/calendars/id

PUT {{url}}/calendars/{{calendar_id}}

Edit properties of secondary calendars that have been created.

Request Body

{"name"=>"updated_calendar_test", "description"=>"This is a test calendar", "location"=>"updates_test_room", "timezone"=>"America/Los_Angeles"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

[{"object":"freebusy","calendar_id":"bbbb1234cccc1234","time_slots":[{"object":"timeslot","status":"busy","start_time":1409594400,"end_time":1409598000},{"object":"timeslot","status":"busy","start_time":1409598000,"end_time":1409599000}]}]