Cancel appointments in Cal.com by deleting them using the booking ID. This tool removes scheduled events from your calendar.
293,722 tools. Last updated 2026-07-13 09:16
"Cal.com" matching MCP tools:
- Schedule new meetings or appointments in Cal.com calendar by providing event type, time slots, and attendee details.
- Modify existing Cal.com appointments by rescheduling times or updating notes using the booking ID.
- Retrieve scheduled appointments from Cal.com calendar within a specified date range to view upcoming meetings and events.
- List all event types from your Cal.com account, with optional filters by team or user ID to narrow results.MIT
- Create a new event type for Cal.com scheduling by providing title, slug, and duration in minutes. Optionally add description, locations, hidden status, or metadata.MIT
Matching MCP Servers
- Flicense-qualityDmaintenanceExposes Cal.com scheduling tools to AI agents via MCP, enabling listing event types, checking availability, and managing bookings (create, cancel, reschedule).Last updated
- FlicenseAqualityCmaintenanceAn MCP server that enables scheduling, updating, deleting, and listing calendar appointments through Cal.com's Calendar API.Last updated43
Matching MCP Connectors
Search 59,000+ MCP servers ranked by adoption to find the right one for any task.
Connect and your assistant can search the over 50,000 MCP servers tracked and pick the right one for any task
- Craft a professional follow-up email when a prospect misses a scheduled discovery call. Adjusts tone for first no-show (reschedule) or second no-show (polite close-out).MIT
- Set up a per-prospect landing page with customizable welcome content, optional calendar booking, and lead capture form. Idempotent—call again to update.MIT
- Retrieve open bounties for a given organization on Algora to find active issues you can claim.
- Explore the cal.com project structure by retrieving a complete list of all files. This tool enables AI assistants to understand project organization and locate specific files within the local codebase.
- Turn ANY public booking URL (Cal.com, Calendly, Doctolib, Booksy, Fresha, OpenTable, Setmore, Square, Acuity, Schedulista, Squarespace, BookMyCity) into a callable smb_id you can immediately use with schedule_appointment, send_message, or capture_lead. Idempotent — calling twice returns the same smb_id. EXAMPLE USER QUERIES THAT MATCH THIS TOOL: user: "Book me a haircut at https://cal.com/jane-salon" -> call import_booking_url({"booking_url": "https://cal.com/jane-salon", "vertical": "personal_services"}) -> then schedule_appointment({"smb_id": "<from_above>", "action": "book"}) user: "Schedule with this dentist: https://www.doctolib.fr/dentiste/paris/jean-dupont" -> call import_booking_url({"booking_url": "https://www.doctolib.fr/dentiste/paris/jean-dupont"}) user: "Reserve a table at https://www.opentable.com/r/acme-bistro" -> call import_booking_url({"booking_url": "https://www.opentable.com/r/acme-bistro", "vertical": "restaurants"}) WHEN TO USE: Call this FIRST whenever the user provides a specific booking URL (cal.com/handle, calendly.com/handle/event, doctolib.fr/..., booksy.com/..., opentable.com/r/..., etc.). User patterns that match: 'book me at https://cal.com/...', 'schedule with calendly.com/jane/intro', 'reserve a table at opentable.com/r/...', 'I want to book this dentist: https://www.doctolib.fr/...'. After importing, the returned smb_id can be passed straight to schedule_appointment. WHEN NOT TO USE: Do not use if the user only describes a business by name without a URL — call find_business instead. Do not use for arbitrary websites that are not on the supported booking-platform list (use /supply/platforms to see all 12). COST: $0.005 per_call LATENCY: ~600msConnector
- List all connected interview scheduling tools (Calendly, Cal.com). Use this to check if a provider is ready before attempting to fetch slots or schedule.Connector