Calendly
Tools
Name & Description | Type |
---|---|
CALENDLY_GET_USERRetrieves comprehensive details for an existing Calendly user. | action |
CALENDLY_CANCEL_EVENTPermanently cancels an existing, active scheduled event by its `uuid`, optionally providing a `reason`, which may trigger notifications to invitees. | action |
CALENDLY_CREATE_INVITEE_NO_SHOWMarks an invitee, identified by their existing and valid uri, as a 'no show' for a scheduled event. | action |
CALENDLY_CREATE_ONE_OFF_EVENT_TYPECreates 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`. | action |
CALENDLY_CREATE_SCHEDULING_LINKCreate a single-use scheduling link. | action |
CALENDLY_CREATE_SHARECreates a customizable, one-time share link for a Calendly event type, allowing specific overrides to its settings (e. | action |
CALENDLY_CREATE_SINGLE_USE_SCHEDULING_LINKCreates a one-time, single-use scheduling link for an active Calendly event type, expiring after one booking. | action |
CALENDLY_CREATE_WEBHOOK_SUBSCRIPTIONCreates 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`. | action |
CALENDLY_DELETE_INVITEE_DATAPermanently 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). | action |
CALENDLY_DELETE_INVITEE_NO_SHOWDeletes an invitee no-show record by its `uuid` to reverse an invitee's 'no-show' status; the `uuid` must refer to an existing record. | action |
CALENDLY_DELETE_SCHEDULED_EVENT_DATAFor 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. | action |
CALENDLY_DELETE_WEBHOOK_SUBSCRIPTIONDeletes an existing webhook subscription to stop Calendly sending event notifications to its registered callback url; this operation is idempotent. | action |
CALENDLY_GET_CURRENT_USERRetrieves detailed information about the currently authenticated Calendly user. | action |
CALENDLY_GET_EVENTUse to retrieve a specific Calendly scheduled event by its uuid, provided the event exists in the user's Calendly account. | action |
CALENDLY_GET_EVENT_INVITEERetrieves detailed information about a specific invitee of a scheduled event, using their unique uuids. | action |
CALENDLY_GET_EVENT_TYPERetrieves details for a specific Calendly event type, identified by its uuid, which must be valid and correspond to an existing event type. | action |
CALENDLY_GET_GROUPRetrieves all attributes of a specific Calendly group by its uuid; the group must exist. | action |
CALENDLY_GET_GROUP_RELATIONSHIPRetrieves a specific Calendly group relationship by its valid and existing uuid, providing details on user-group associations and membership. | action |
CALENDLY_GET_INVITEE_NO_SHOWRetrieves 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. | action |
CALENDLY_GET_ORGANIZATION_INVITATIONRetrieves a specific Calendly organization invitation using its uuid and the parent organization's uuid. | action |
CALENDLY_GET_ORGANIZATION_MEMBERSHIPRetrieves a specific Calendly organization membership by its uuid, returning all its attributes. | action |
CALENDLY_GET_ROUTING_FORMRetrieves a specific routing form by its uuid, providing its configuration details including questions and routing logic. | action |
CALENDLY_GET_USER_AVAILABILITY_SCHEDULERetrieves an existing user availability schedule by its uuid; this schedule defines the user's default hours of availability. | action |
CALENDLY_GET_WEBHOOK_SUBSCRIPTIONRetrieves the details of an existing webhook subscription, identified by its uuid, including its callback url, subscribed events, scope, and state. | action |
CALENDLY_INVITE_USER_TO_ORGANIZATIONInvites a user to the specified Calendly organization by email, if they aren't already a member and lack a pending invitation to it. | action |
CALENDLY_LIST_ACTIVITY_LOG_ENTRIESRetrieves a list of activity log entries for a specified Calendly organization (requires an active enterprise subscription), supporting filtering, sorting, and pagination. | action |
CALENDLY_LIST_EVENTSRetrieves a list of scheduled Calendly events; requires `user`, `organization`, `group`, or `invitee email` for scope, and admin rights may be needed when filtering by `organization` or `group`. | action |
CALENDLY_LIST_EVENT_INVITEESRetrieves a list of invitees for a specified Calendly event uuid, with options to filter by status or email, and sort by creation time. | action |
CALENDLY_LIST_EVENT_TYPE_AVAILABLE_TIMESFetches available time slots for a Calendly event type within a specified time range; results are not paginated. | action |
CALENDLY_LIST_EVENT_TYPE_HOSTSRetrieves a list of hosts (users) assigned to a specific, existing Calendly event type, identified by its uri. | action |
CALENDLY_LIST_GROUPSReturns a list of groups for a specified Calendly organization uri, supporting pagination. | action |
CALENDLY_LIST_GROUP_RELATIONSHIPSRetrieves a list of group relationships defining an owner's role (e. | action |
CALENDLY_LIST_ORGANIZATION_INVITATIONSRetrieves a list of invitations for a specific organization, identified by its uuid. | action |
CALENDLY_LIST_ORGANIZATION_MEMBERSHIPSRetrieves a list of organization memberships. | action |
CALENDLY_LIST_OUTGOING_COMMUNICATIONSRetrieves a list of outgoing sms communications for a specified organization; requires an enterprise subscription and if filtering by creation date, both `min created at` and `max created at` must be provided to form a valid range. | action |
CALENDLY_LIST_ROUTING_FORMSRetrieves routing forms for a specified organization; routing forms are questionnaires used to direct invitees to appropriate booking pages or external urls. | action |
CALENDLY_LIST_USER_AVAILABILITY_SCHEDULESRetrieves all availability schedules for the specified Calendly user. | action |
CALENDLY_LIST_USER_BUSY_TIMESFetches a user's busy time intervals (internal and external calendar events) in ascending order for a period up to 7 days; keyset pagination is not supported. | action |
CALENDLY_LIST_USER_S_EVENT_TYPESRetrieves event types for a user or organization; requires either the `user` or `organization` uri. | action |
CALENDLY_LIST_WEBHOOK_SUBSCRIPTIONSRetrieves webhook subscriptions for a Calendly organization; `scope` determines if `user` or `group` uri is also required for filtering. | action |
CALENDLY_REMOVE_USER_FROM_ORGANIZATIONRemoves a user (who is not an owner) from an organization by their membership uuid, requiring administrative privileges. | action |
CALENDLY_REVOKE_USER_S_ORGANIZATION_INVITATIONRevokes a pending and revokable (not yet accepted or expired) organization invitation using its uuid and the organization's uuid, rendering the invitation link invalid. | action |