Event Availability Alert
Notify event hosts when availability falls below a threshold
If you would like to notify event hosts when the availability of a given event type falls below a specified threshold, you can use the following APIs to gather the event types, their availability, and their hosts to send notifications.
Retrieve a list of all event types
Use GET https://api.calendly.com/event_types to get a collection of all your event types.
Example response (truncated):
Filter the collection by event name:
Get available times for event
Use GET https://api.calendly.com/event_type_available_times, passing in the event type URI to get availability.
start_time and end_time are required parameters, must be in the future, and cannot span more than 31 days.Notify hosts
Use GET https://api.calendly.com/event_type_memberships to retrieve the host(s) of a given event type.
Example response (truncated):