Calendly

Calendly

Calendly is an appointment scheduling tool that automates meeting invitations, availability checks, and reminders, helping individuals and teams avoid email back-and-forth

1667VIEWS
142USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app calendlynpx @composio/cli add cursor --app calendlynpx @composio/cli add cursor --app calendlynpx @composio/cli add cursor --app calendly

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Cancel Event

Permanently cancels an existing, active scheduled event by its `uuid`, optionally providing a `reason`, which may trigger notifications to invitees.

Create An Invitee No-show

Marks an invitee, identified by their existing and valid uri, as a 'no show' for a scheduled event.

Create One-off Event Type

Creates a temporary calendly one-off event type for unique meetings outside regular availability, requiring valid host/co-host uris, a future date/range for `date setting`, and a positive `duration`.

Create Scheduling Link

Create a single-use scheduling link. creates a scheduling link that can be used to book an event. the link allows invitees to schedule up to the specified maximum number of events. once the limit is reached, the link becomes inactive.

Create Share

Creates a customizable, one-time share link for a calendly event type, allowing specific overrides to its settings (e.g., duration, availability, location) without altering the original event type.

Create Single Use Scheduling Link

Creates a one-time, single-use scheduling link for an active calendly event type, expiring after one booking.

Create Webhook Subscription

Creates a calendly webhook subscription to notify a specified `url` (which must be a publicly accessible https endpoint) for selected `events` within a given `organization` and `scope`.

Delete Invitee Data

Permanently removes all invitee data associated with the provided emails from past organization events, for data privacy compliance (requires enterprise subscription; deletion may take up to one week).

Delete Invitee No Show

Deletes an invitee no-show record by its `uuid` to reverse an invitee's 'no-show' status; the `uuid` must refer to an existing record.

Delete Scheduled Event Data

For enterprise users, initiates deletion of an organization's scheduled event data between a `start time` and `end time` (inclusive, where `start time` must be <= `end time`); actual data deletion may take up to 7 days to complete.

Delete Webhook Subscription

Deletes an existing webhook subscription to stop calendly sending event notifications to its registered callback url; this operation is idempotent.

Get Current User

Retrieves detailed information about the currently authenticated calendly user.

Get Event

Use to retrieve a specific calendly scheduled event by its uuid, provided the event exists in the user's calendly account.

Get Event Invitee

Retrieves detailed information about a specific invitee of a scheduled event, using their unique uuids.

Get Event Type

Retrieves details for a specific calendly event type, identified by its uuid, which must be valid and correspond to an existing event type.

Get Group

Retrieves all attributes of a specific calendly group by its uuid; the group must exist.

Get Group Relationship

Retrieves a specific calendly group relationship by its valid and existing uuid, providing details on user-group associations and membership.

Get Invitee No Show

Retrieves details for a specific invitee no show record by its uuid; an invitee no show is marked when an invitee does not attend a scheduled event.

Get Organization Invitation

Retrieves a specific calendly organization invitation using its uuid and the parent organization's uuid.

Get Organization Membership

Retrieves a specific calendly organization membership by its uuid, returning all its attributes.

20 actions available