/calendars/free-busy

POST {{url}}/calendars/free-busy/

Free/Busy allows you to query availability information for a Calendar during a certain time period. Furthermore, the data returned doesn't include any sensitive information about events within the window, like titles, descriptions, or locations of the event.

Request Body

{"start_time"=>"{{now}}", "end_time"=>"{{one_week}}", "emails"=>["{{email}}"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

[{"account_id":"eljl6iqi2g5rcz5ooi5qsknlw","calendar_id":"92qt3smzliaj65ye1lz85ht7z","email":"baumana@gmail.com","object":"free_busy","time_slots":[{"end_time":1661457600,"object":"time_slot","start_time":1661454000,"status":"busy"}]}]