Returns a list of available time slots for an event type within a specified date range.
curl --request GET \
--url https://api.calendly.com/event_type_available_times \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"status": "available",
"invitees_remaining": 123,
"start_time": "2023-11-07T05:31:56Z",
"scheduling_url": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes
curl --request GET \
--url https://api.calendly.com/event_type_available_times \
--header 'Authorization: Bearer <token>'{
"collection": [
{
"status": "available",
"invitees_remaining": 123,
"start_time": "2023-11-07T05:31:56Z",
"scheduling_url": "<string>"
}
]
}