Send Scheduling Link
Retrieve and send scheduling links via an external application
You may use the following combination of APIs to retrieve and send a scheduling link, as well as display the available times for a given event.
Retrieve a scheduling link for an event
Use GET https://api.calendly.com/event_types to get a collection of your event types. scheduling_url is the link for booking the event type and pooling_type tells you what kind of event you will be sharing.
Example response (truncated):
Return a specific event type by name:
Filter by pooling type (round_robin, collective, or null):
Retrieve available times for display
Using the uri from GET /event_types, get available times with GET https://api.calendly.com/event_type_available_times.
start_time and end_time are required, must be in the future, and cannot span more than 31 days. Ranges longer than 31 days require additional API calls.Example response (truncated):