Actions
| Name | Description |
|---|---|
list_event_typesList all event types for the authenticated user | List all event types for the authenticated user |
get_availabilityGet availability for a date range | Get availability for a date range |
create_bookingCreate a new booking | Create a new booking |
cancel_bookingCancel a booking by ID | Cancel a booking by ID |
list_bookingsList bookings with optional status filter | List bookings with optional status filter |
custom_api_callMake a custom API call to the Cal.com API | Make a custom API call to the Cal.com API |
Triggers
| Name | Description |
|---|---|
booking_createdTriggers when a new booking is created | Triggers when a new booking is created |
booking_cancelledTriggers when a booking is cancelled | Triggers when a booking is cancelled |
booking_rescheduledTriggers when a booking is rescheduled | Triggers when a booking is rescheduled |
Quick Start
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.