Calendly API
Arcade Unoptimized
Tools that enable LLMs to interact directly with the calendly API.
51tools
This documentation details the Arcade toolkit for integrating with the Calendly API, enabling developers to efficiently manage scheduling events and invitees.
Capabilities
- Create and cancel scheduled events as well as generate custom share links.
- Manage invitees by adding, removing, or marking their attendance status.
- Retrieve user and organization-specific information such as availability and event types.
- Set up webhook subscriptions for real-time notifications on event changes.
OAuth
- Provider: Calendly
- Scopes: None
Secrets
- None available in this toolkit.
Available tools(51)
51 of 51 tools
| Tool name | Description | Secrets | |
|---|---|---|---|
Cancels a specified scheduled event on Calendly.
Use this tool to cancel a scheduled event by providing its unique identifier. It should be called when you need to remove an event from your calendar. | |||
Create a shareable link for a customized event.
Use this tool to generate a customized shareable link for one-on-one event types on Calendly. This tool should be called when you want to tailor event details for a specific invitee without creating a new event type. Note: Any details not specified will be inherited from the existing event.
Note: Understanding the request schema is necessary to properly create
the stringified JSON input object for execution.
Modes:
- GET_REQUEST_SCHEMA: Returns the schema. Only call if you don't
already have it. Do NOT call repeatedly if you already received
the schema.
- EXECUTE: Performs the operation with the provided request body
JSON.
If you need the schema, call with mode='get_request_schema' ONCE, then execute. | |||
Create a new event invitee on Calendly.
This tool is used to create a new event invitee on Calendly. It triggers standard notifications, calendar invites, reschedules, and workflows as if booked via the Calendly interface. Note that only users on paid Calendly plans can access this feature.
Note: Understanding the request schema is necessary to properly create
the stringified JSON input object for execution.
Modes:
- GET_REQUEST_SCHEMA: Returns the schema. Only call if you don't
already have it. Do NOT call repeatedly if you already received
the schema.
- EXECUTE: Performs the operation with the provided request body
JSON.
If you need the schema, call with mode='get_request_schema' ONCE, then execute. | |||
Create a new one-on-one event type in Calendly.
This tool is used to create a new one-on-one event type in Calendly. It is useful when scheduling personalized meetings or appointments.
Note: Understanding the request schema is necessary to properly create
the stringified JSON input object for execution.
Modes:
- GET_REQUEST_SCHEMA: Returns the schema. Only call if you don't
already have it. Do NOT call repeatedly if you already received
the schema.
- EXECUTE: Performs the operation with the provided request body
JSON.
If you need the schema, call with mode='get_request_schema' ONCE, then execute. | |||
Create a one-off event type in Calendly.
This tool is used to create a one-off event type in Calendly, allowing users to schedule unique events not linked to recurring event types.
Note: Understanding the request schema is necessary to properly create
the stringified JSON input object for execution.
Modes:
- GET_REQUEST_SCHEMA: Returns the schema. Only call if you don't
already have it. Do NOT call repeatedly if you already received
the schema.
- EXECUTE: Performs the operation with the provided request body
JSON.
If you need the schema, call with mode='get_request_schema' ONCE, then execute. | |||
Creates a single-use scheduling link for appointments. | |||
Create a webhook subscription for events in Calendly.
Use this tool to set up a webhook subscription for either an organization, user, or group. It triggers on specified events like invitee creation or cancellation. Useful for integrating Calendly events with other applications or systems. | |||
Request removal of invitee data from all booked events.
Use this tool to submit a request for deleting an invitee's data from all previously booked events within your organization. It requires an Enterprise subscription and can take up to 7 days to complete. | |||
Delete scheduled events data within a past time range.
Use this tool to request the deletion of scheduled events data for your organization within a specified past time range, up to 24 months. Completion may take up to 7 days. Requires an Enterprise subscription. | |||
Delete a webhook subscription on Calendly.
Use this tool to delete a specific webhook subscription from Calendly by providing the webhook UUID. | |||
Fetches a list of event type hosts from Calendly.
Use this tool to retrieve a list of hosts for event types on Calendly. This can be useful to determine availability or to manage event type assignments. | |||
Retrieve outgoing SMS and email communications.
Fetches a list of outgoing SMS and email communications for users with an Enterprise subscription. | |||
Retrieve user information from Calendly.
Call this tool to get detailed information about a specific Calendly user using their UUID. | |||
Retrieve availability for a specific event type.
This tool returns the availability schedule for a given event type. It should be called when you need to check open time slots for booking or planning purposes. | |||
Retrieve information about a specified scheduled event.
Use this tool to get details about a specific event scheduled in Calendly, using the event's unique identifier. | |||
Fetch information about a specific event invitee.
Use this tool to obtain detailed information about an invitee for a particular scheduled event on Calendly. Call this when you need specifics about a person invited to an event, identified by event and invitee UUIDs. | |||
Retrieve information about a specified event type on Calendly.
Use this tool to obtain detailed information about a specific event type by providing its unique identifier (UUID). It's useful for understanding the configuration and settings of different event types in your Calendly account. | |||
Retrieve information about a specified group in Calendly.
Use this tool to get detailed information about a specific group in Calendly by providing the group's UUID. | |||
Retrieve a list of groups from Calendly.
Use this tool to obtain information about the various groups available in Calendly. It returns a list detailing these groups. | |||
Retrieve group relationship details using a UUID.
This tool fetches the details of a group relationship in Calendly by using the unique identifier (UUID). Use it when you need to access specific group relationship information. | |||
Fetch details of a specified invitee no-show.
Use this tool to retrieve detailed information about an invitee who did not show up for a scheduled event. This is helpful for managing scheduling follow-ups or analyzing attendance patterns. | |||
Retrieve details of a specified organization using UUID.
Call this tool to obtain comprehensive information about an organization by providing its unique UUID. | |||
Fetches details of an organization's invitation.
Use this tool to retrieve information about an invitation sent within an organization to its members. This can help track invitation status and details. | |||
Retrieve details about a user's organization membership in Calendly.
Use this tool to get information about a specific user's membership within an organization on Calendly. This tool can be called when you need detailed membership data for a given user, identified by their unique UUID. | |||
Retrieve organization memberships and related details.
Use this tool to list the organization memberships for all users in an organization. You can also retrieve your organization's URI using this endpoint. |
Page 1 of 3(25 of 51)
Get Building
Last updated on