eavz
Cal.com

Cal.com

Open-source scheduling platform for meetings and appointments

6 actions
3 triggers

Actions

Name
list_event_types

List all event types for the authenticated user

get_availability

Get availability for a date range

create_booking

Create a new booking

cancel_booking

Cancel a booking by ID

list_bookings

List bookings with optional status filter

custom_api_call

Make a custom API call to the Cal.com API

Triggers

Name
booking_created

Triggers when a new booking is created

booking_cancelled

Triggers when a booking is cancelled

booking_rescheduled

Triggers when a booking is rescheduled

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'cal-com',
  actionName: 'list_event_types',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Cal.com to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Cal.com support?

Cal.com supports 6 actions including List Event Types, Get Availability, Create Booking, Cancel Booking, List Bookings, and more.

Can I use Cal.com with AI agents?

Yes. Add Cal.com to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Cal.com use?

Cal.com uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Cal.com integration cost?

The Cal.com integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Cal.com support?

Cal.com supports 3 triggers including Booking Created, Booking Cancelled, Booking Rescheduled.

Connect Cal.com in 2 minutes

Get 1,000 free actions every month. No credit card required.