Calendly

Connect your AI agents to Calendly.

Available Tools

get_event_type_available_times

Get available time slots for an event type within a date range. Returns bookable times with availability status. Requires event type URI, start/end times.

delete_invitee_data

Permanently delete all invitee data by email for GDPR compliance. Irreversible. Requires Enterprise plan. Requires invitee email address.

delete_scheduled_event_data

Permanently delete scheduled event data by UUID for GDPR compliance. Irreversible. Requires Enterprise plan. Requires event UUID.

list_event_type_availability_schedules

List availability schedules for event type showing user and schedule URIs. Returns all schedules linked to event type. Requires event type UUID.

update_event_type_availability_schedule

Update event type availability schedule by UUID. Change which availability schedule is used. Requires schedule UUID and new availability schedule URI.

create_event_type

Create one-on-one event type with name, duration, description, locations, color, and URL slug. Returns created event type with URI and settings.

create_one_off_event_type

Create single-use event type with specific dates/range. Requires name, host URI, duration. Optional: timezone, dates, location. Returns event type URI.

update_event_type

Update event type by UUID. Can modify name, duration, description, locations, color, position, URL slug. Returns updated event type.

list_event_types

List event types for a user with pagination. Returns name, duration, URL, booking method, and kind. Requires user URI, supports filters.

get_event_type

Get event type details by UUID including name, duration, URL, kind, booking method, custom questions, and settings. Requires UUID.

list_group_relationships

List group relationships in organization showing user-group associations. Supports filters by user or group. Requires organization UUID. Returns relationships with pagination.

list_event_invitees

List invitees for an event with filters (email, status). Returns name, email, timezone, custom answers, UTM data, cancel/reschedule URLs. Requires event UUID.

get_invitee

Get invitee details by UUID including name, email, status, timezone, custom answers, UTM data, cancel/reschedule URLs. Requires event and invitee UUIDs.

mark_invitee_no_show

Mark invitee as no-show for meeting they didn’t attend. Updates invitee status. Requires invitee UUID. Returns updated invitee with no-show status.

invite_user_to_organization

Send email invitation for user to join organization. Requires email and organization UUID. Returns invitation details with status.

list_organization_invitations

List organization invitations with filters (email, status). Returns invitee email, status, timestamps. Supports pagination. Requires org UUID.

get_organization_invitation

Get invitation details by UUID including email, status, timestamps, and organization. Requires invitation UUID.

revoke_organization_invitation

Cancel pending invitation by UUID. Prevents user from joining organization. Immediate and irreversible. Requires invitation UUID.

list_organization_memberships

List organization members with roles (owner/admin/user). Supports email filter and pagination. Requires organization UUID.

get_organization_membership

Get membership details by UUID including user info, role (owner/admin/user), and timestamps. Requires membership UUID.

delete_organization_membership

Remove user from organization by membership UUID. Immediate and irreversible. Requires owner/admin permissions. Cannot remove last owner.

list_routing_forms

List routing forms for an organization. Returns form name, status, published state, questions, and routing logic. Supports pagination. Requires org URI.

get_routing_form

Get routing form by UUID including name, status, questions, answer options, routing logic, and branching rules. Requires form UUID.

list_routing_form_submissions

List submissions for a routing form. Returns submitter info, answers, routing result, and timestamps. Supports pagination. Requires form URI.

get_routing_form_submission

Get submission by UUID including submitter info, question responses, routing result, and timestamps. Requires submission UUID.

list_scheduled_events

List scheduled events with filters (user, org, email, status, time range). Returns event details, times, location, hosts, invitees. Supports pagination.

get_scheduled_event

Get scheduled event by UUID including name, times, status, location, hosts, invitees, and cancellation details. Requires event UUID.

cancel_scheduled_event

Cancel a scheduled event by UUID and notify invitees. Requires event UUID, optional cancellation reason. Immediate and irreversible.

create_event_invitee

Book meeting programmatically for invitee. Requires event UUID, email, name. Optional: timezone, custom answers, guests, UTM params. Returns invitee details.

create_scheduling_link

Create single-use scheduling link for an event type. Link expires after one booking or 90 days. Requires event type URI. Returns booking URL.

list_user_availability_schedules

List user’s availability schedules including name, timezone, rules, and default status. Returns all schedules for user. Requires user UUID.

get_user_availability_schedule

Get availability schedule by UUID including name, timezone, rules, intervals, and default status. Requires schedule UUID.

get_user_busy_times

Get user’s busy times within date range showing start/end times. Max 7-day range. Requires user URI, start/end times in ISO 8601 format.

get_current_user

Get authenticated user’s profile including name, email, timezone, scheduling URL, and organization. No parameters required.

get_user

Get user profile by UUID including name, email, scheduling URL, timezone, and organization. Requires user UUID.

validate_credential

Validate Calendly credentials by fetching the current user. Returns {success, message}.