Calendly
Productivity

Calendly Connector

Connect to Calendly to manage event types, scheduled events, invitees, and webhook subscriptions.

$pip install "toolsconnector[calendly]"
20
Actions
Productivity
Category
Free
Apache 2.0

All 20 Actions

Action Description Parameters Returns
cancel_event ⚠Cancel a scheduled eventevent_uuid  [reason]CalendlyEvent
cancel_invitee ⚠Cancel a scheduled event inviteeevent_uuid  [reason]NoneType
create_invitee ⚠Schedule a meeting (create invitee)event_uuid, email  [first_name, last_name, timezone]dict
create_webhook ⚠Create a webhook subscriptionurl, events, organization_uri  [scope]CalendlyWebhook
delete_webhook ⚠Delete a webhook subscriptionwebhook_idbool
get_current_userGet the current authenticated userCalendlyUser
get_eventGet a single scheduled eventevent_uuidCalendlyEvent
get_event_typeGet a single event type by UUIDevent_type_uuidCalendlyEventType
get_inviteeGet a single invitee for a scheduled eventevent_uuid, invitee_uuidCalendlyInvitee
get_organizationGet organization detailsdict
get_user_busy_timesGet user busy timesuser_uri, start_time, end_timelist
list_activity_logList activity log eventsorganization_uri  [limit, cursor]PaginatedList[dict[str, Any]]
list_availability_schedulesList user availability schedulesuser_urilist
list_available_timesList available times for an event typeevent_type_uuid  [start, end]list
list_event_typesList event types for a useruser_uri  [limit, page_token]PaginatedList[CalendlyEventType]
list_inviteesList invitees for a scheduled eventevent_uuid  [limit, page_token]PaginatedList[CalendlyInvitee]
list_organization_membersList organization membersorganization_uri  [limit, page_token]PaginatedList[CalendlyOrganizationMembership]
list_routing_formsList routing formslist
list_scheduled_eventsList scheduled events for a useruser_uri  [status, min_start_time, max_start_time, limit, page_token]PaginatedList[CalendlyEvent]
list_webhooksList webhook subscriptionsorganization_uri  [scope]PaginatedList[CalendlyWebhook]
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing