/calendars

POST {{url}}/calendars

Create secondary calendars

Request Body

{"name"=>"calendar_test", "description"=>"This is a test calendar", "location"=>"test_room", "timezone"=>"America/Los_Angeles", "metadata"=>{"hello"=>"goodbye"}}

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}]}]