← All Skills
C

Calendar & meetings

Calendly

Schedule meetings and pull booking data.

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

Triggers0

Things that can wake up your Calendly coworker.

No triggers published for Calendly yet — but you can still run it on a schedule or from a chat.

Actions13

Things your coworker can do in Calendly.

  • Cancel scheduled event

    Tool to cancel a scheduled Calendly event by creating a cancellation record. Use when you need to permanently cancel an existing, active event. The cancellation will trigger notifications to all invitees.

    CALENDLY_CANCEL_SCHEDULED_EVENT
  • Create Event Type

    Tool to create a new one-on-one event type (kind: solo) in Calendly. Use when you need to programmatically create a new event type for scheduling meetings.

    CALENDLY_CREATE_EVENT_TYPE
  • Create webhook subscription

    Tool to create a webhook subscription for receiving Calendly event notifications. Use when you need to set up automated notifications for events like meeting bookings or cancellations. Organization scope triggers webhooks for all events organization-wide, while user/group scopes limit triggering to specific users or groups.

    CALENDLY_CREATE_WEBHOOKS
  • Delete organization membership

    Tool to remove a user from a Calendly organization by membership UUID. Use when you need to revoke a user's access to an organization. Requires admin rights; organization owners cannot be removed.

    CALENDLY_DELETE_ORGANIZATION_MEMBERSHIP
  • Get event type availability

    Tool to retrieve availability schedules configured for a specific Calendly event type. Use when you need to get the availability rules including day-of-week schedules and date-specific overrides.

    CALENDLY_GET_EVENT_TYPE_AVAILABILITY
  • Get organization

    Tool to retrieve information about a specific Calendly organization. Use when you need to get organization details such as name, slug, or timestamps.

    CALENDLY_GET_ORGANIZATION
  • Get user

    Retrieves comprehensive details for an existing Calendly user.

    CALENDLY_GET_USER
  • List Event Types

    Tool to list all Event Types associated with a specified User or Organization. Use when you need to retrieve event types for a user or organization. Use scheduling_url from results directly; do not manually construct event type URLs.

    CALENDLY_LIST_EVENT_TYPES
  • List scheduled events

    Tool to retrieve a list of scheduled Calendly events. Use when you need to view events for a specific user, organization, or group. Requires exactly one of user, organization, or group parameter to scope the query.

    CALENDLY_LIST_SCHEDULED_EVENTS
  • Invite user to organization

    Tool to invite a user to a Calendly organization via email. Use when you need to send an organization invitation to a new user. Requires organization owner or admin privileges.

    CALENDLY_ORGANIZATION_INVITATION
  • Create Event Invitee

    Tool to create a new Event Invitee with standard notifications, calendar invites, reschedules, and workflows. Use when programmatically scheduling meetings via API. Requires paid Calendly plan (Standard+).

    CALENDLY_POST_INVITEE
  • Update Event Type

    Tool to update an existing one-on-one event type (kind: solo) in Calendly. Use when you need to modify event type settings such as name, duration, location, or description. NOTE: Currently only supports one-on-one event types.

    CALENDLY_UPDATE_EVENT_TYPE
  • Update Event Type Availability

    Tool to update an event type availability schedule in Calendly. Use when you need to change the timezone or availability rules for an event type. WARNING: Updating rules will overwrite all existing rules - retrieve existing rules first using GET /event_type_availability_schedules.

    CALENDLY_UPDATE_EVENT_TYPE_AVAILABILITY