Add Calendly to your AI agent
Calendly is an appointment scheduling tool that automates meeting invitations, availability checks, and reminders, helping individuals and teams avoid email back-and-forth
- Things your agent can do in Calendly
- 53
Things your AI can do in Calendly
Your FormWise AI can handle any of these in Calendly — on its own, without you needing to click a button.
Cancel scheduled event
PopularTool 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.
Create Event Type
PopularTool 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.
Create webhook subscription
PopularTool 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.
Delete organization membership
PopularTool 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.
Get event type availability
PopularTool 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.
Get organization
PopularTool to retrieve information about a specific Calendly organization. Use when you need to get organization details such as name, slug, or timestamps.
Get user
PopularRetrieves comprehensive details for an existing Calendly user.
List Event Types
PopularTool 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.
List routing form submissions
PopularTool to list all submissions associated with a specific routing form. Returns questions, answers, routing results, and tracking data for each submission. Use this action when you need to retrieve multiple routing form submissions for analysis or processing. To fetch details of a single submission, use GetRoutingFormSubmission instead.
List scheduled events
PopularTool 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.
Invite user to organization
PopularTool 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.
Create Event Invitee
PopularTool 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+).
Show 41 more things it can do
Update Event Type
PopularTool 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.
Update Event Type Availability
PopularTool 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.
Who Am I
PopularReturn the identity (name, email) of the connected Calendly account.
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.
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 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.
Get routing form
Retrieves a specific routing form by its UUID, providing its configuration details including questions and routing logic.
Get routing form submission
Tool to retrieve details about a specific routing form submission by its UUID. Use when you need submission details including questions, answers, and routing results.
Get sample webhook data
Tool to retrieve sample webhook payload data for testing webhook subscriptions. Use when you need to verify webhook setup and understand the data structure before creating actual webhook subscriptions.
Get user availability schedule
Retrieves an existing user availability schedule by its UUID; this schedule defines the user's default hours of availability.
Get webhook subscription
Retrieves the details of an existing webhook subscription, identified by its UUID, including its callback URL, subscribed events, scope, and state.
Mark invitee as no-show
Tool to mark an invitee as a no-show for a scheduled event. Use when an invitee fails to attend their scheduled meeting and you need to record their absence in Calendly.
List activity log entries
Retrieves a list of activity log entries for a specified Calendly organization (requires an active Enterprise subscription), supporting filtering, sorting, and pagination.
List event invitees
Retrieves a list of invitees for a specified Calendly event UUID, with options to filter by status or email, and sort by creation time.
List event type available times
Fetches available time slots for a Calendly event type within a specified time range; results are not paginated.
List event type hosts
Tool to retrieve a list of event type hosts (memberships) for a specific event type. Use when you need to see which users are configured as hosts for an event type.
List group relationships
Retrieves a list of group relationships defining an owner's role (e.g., member, admin) within a group; an owner can have one membership per group but multiple admin roles across different groups.
List groups
Returns a list of groups for a specified Calendly organization URI, supporting pagination.
List organization invitations
Retrieves a list of invitations for a specific organization, identified by its UUID.
List organization memberships
Retrieves a list of organization memberships.
List outgoing communications
Retrieves 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.
List routing forms
Retrieves routing forms for a specified organization; routing forms are questionnaires used to direct invitees to appropriate booking pages or external URLs.
List user availability schedules
Retrieves all availability schedules for the specified Calendly user.
List user busy times
Fetches 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.
List User Meeting Locations
Tool to retrieve configured meeting location information for a given Calendly user. Use when you need to see all available location options configured by a user for their meetings.
List webhook subscriptions
Retrieves webhook subscriptions for a Calendly organization; `scope` determines if `user` or `group` URI is also required for filtering.
Remove user from organization
Removes a user (who is not an owner) from an organization by their membership UUID, requiring administrative privileges.
Revoke a user's organization invitation
Revokes a pending and revokable (not yet accepted or expired) organization invitation using its UUID and the organization's UUID, rendering the invitation link invalid.
Built for the way you actually work
No code, no engineers
Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.
Sounds like you, not like a bot
Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.
Plugs into the stack you already use
No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.
Your data stays yours
Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.
What you can do once Calendly is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in Calendly, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches Calendly for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive Calendly work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect Calendly to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find Calendly in your connected apps
Inside FormWise, go to Settings → Connected Services and look for Calendly.
- 3
Hit "Connect"
Click "Connect Calendly" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in Calendly
Build a quick AI Agent (it's like writing instructions, not code), and pick the Calendly actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of Calendly for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your Calendly workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.
- OpenAI
- Anthropic Claude
- Google Gemini
Questions other Calendly users had before signing up
Do I need to know how to code?
Not even a little. If you can use Calendly today, you can set this up. You'll connect Calendly, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.
Will my clients know they're talking to an AI?
Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.
Can I make it sound like me?
Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.
What if I want to take over a conversation?
You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.
Is my client data safe?
Yes. Your Calendly login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Calendly or delete everything any time.
What happens when Calendly updates their app?
We handle it. When Calendly adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.
How fast can I actually get this running?
Most people are up and running the same day they sign up. Connecting Calendly takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.
What is FormWise?
FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Calendly — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.
Can I sell AI agents to my clients?
Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.
Can I embed my AI on my website or in my course?
Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.
Do I need to know anything about AI to use this?
No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.
About Calendly on FormWise
Calendly is an appointment scheduling tool that automates meeting invitations, availability checks, and reminders, helping individuals and teams avoid email back-and-forth
Connect Calendly once and your FormWise AI gets 53 things it can do inside it. That means your AI can handle the Calendly work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.
You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.
New to Calendly? Take a look at calendly.com.
More scheduling & booking integrations
Cal
Cal simplifies meeting coordination by providing shareable booking pages, calendar syncing, and availability management to streamline the scheduling process
Bookingmood
Bookingmood provides flexible, commission-free booking software for rental businesses of all sizes, enabling seamless integration with your website.
Tave
Tave is the best Studio Management Application for Photographers, providing tools for client management, job tracking, and business operations.
Etermin
eTermin is an online appointment scheduling platform that allows businesses to manage bookings and integrate with various applications through its REST API.
Booqable
Booqable is a rental software platform that helps businesses manage inventory, bookings, and online reservations.
Google Calendar
Google Calendar is a time management tool providing scheduling features, event reminders, and integration with email and other apps for streamlined organization
Stop doing the Calendly work yourself
Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.
