← Tools Reference

Calendly

Scheduling platform access

OAuth7 toolshttps://api.calendly.com
GET
calendly_get_current_user
Get the authenticated user's info

/users/me

GET
calendly_list_event_types
List all event types

/event_types

4 parameters
ParamTypeRequiredDescription
userstringoptionalUser URI to filter by
organizationstringoptionalOrganization URI to filter by
activebooleanoptionalFilter by active status
countintegeroptionalNumber of results
GET
calendly_get_event_type
Get a specific event type

/event_types/{uuid}

1 parameter
ParamTypeRequiredDescription
uuidstringrequiredEvent type UUID
GET
calendly_list_scheduled_events
List scheduled events

/scheduled_events

6 parameters
ParamTypeRequiredDescription
userstringoptionalUser URI to filter by
organizationstringoptionalOrganization URI to filter by
min_start_timestringoptionalMinimum start time (ISO 8601)
max_start_timestringoptionalMaximum start time (ISO 8601)
statusstringoptionalEvent status (active, canceled)
countintegeroptionalNumber of results
GET
calendly_get_scheduled_event
Get a specific scheduled event

/scheduled_events/{uuid}

1 parameter
ParamTypeRequiredDescription
uuidstringrequiredScheduled event UUID
POST
calendly_cancel_event
Cancel a scheduled event

/scheduled_events/{uuid}/cancellation

2 parameters
ParamTypeRequiredDescription
uuidstringrequiredScheduled event UUID
reasonstringoptionalCancellation reason
GET
calendly_list_invitees
List invitees for a scheduled event

/scheduled_events/{uuid}/invitees

2 parameters
ParamTypeRequiredDescription
uuidstringrequiredScheduled event UUID
countintegeroptionalNumber of results