cal-com

Automate scheduling tasks via the Cal.com API v2 to manage bookings and availability.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Arry8/openclaw-edge --skill cal-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cal-com
Source: https://github.com/Arry8/openclaw-edge/tree/main/skills/cal-com
Command: npx skills add https://github.com/Arry8/openclaw-edge --skill cal-com

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates scheduling tasks by interfacing with the Cal.com API to manage meetings, availability, and event types.

Core Features & Use Cases

  • Schedule meetings, check availability, and manage event types via the Cal.com REST API v2.
  • List upcoming bookings and generate shareable booking links for teammates or customers.
  • Authenticate requests using CAL_COM_API_KEY and standard Cal.com API headers.

Quick Start

Export your CAL_COM_API_KEY and start making authenticated requests to Cal.com's API v2 to manage bookings.

Frequently Asked Questions about cal-com

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scheduling bookings via the Cal.com API?

You can automate scheduling bookings by interfacing with the Cal.com API v2 to manage meetings, check availability, and create event types within your applications or automation workflows.

What do I need to authenticate Cal.com API requests for availability and bookings?

Authenticating Cal.com API requests requires exporting a CAL_COM_API_KEY environment variable and passing it as a Bearer token alongside the cal-api-version header in your requests.

Can I generate shareable booking links and list upcoming meetings using Cal.com automation?

Yes, you can list upcoming bookings and generate shareable booking links for teammates or customers by making authenticated requests to the Cal.com REST API v2 endpoints.

Does Cal.com API v2 support managing event types within automation workflows?

Yes, Cal.com API v2 supports managing event types within automation workflows, allowing you to configure and retrieve event type configurations alongside scheduling tasks.

Why are my Cal.com API requests failing to fetch availability or create bookings?

Cal.com API requests fail when the CAL_COM_API_KEY is missing from the environment or the cal-api-version header is omitted, which are both required for Bearer authentication.