What problem does it solve?
Cal.com's REST API requires multiple sequential calls for common scheduling operations like booking meetings, checking slot availability, and aggregating calendar analytics. This Skill wraps the complete Cal.com v2 API surface in a single CLI tool that composes these multi-step workflows into atomic commands, maintains a local SQLite cache for offline agenda access, and provides derived insights such as conflict detection and no-show analytics without manual data processing.
Core Features & Use Cases
- Composed Booking Workflows: Execute end-to-end booking flows—slot checking, optional reservation, creation, and confirmation—in a single
book command, or find the earliest available slot across multiple event types with slots find.
- Offline Calendar Intelligence: Query your agenda, detect double-bookings, discover open gaps, analyze no-show rates, and audit team workload directly from a synchronized local store, eliminating redundant API calls.
- Complete API Coverage: Access every Cal.com v2 endpoint through an intuitive command tree, including event types, schedules, webhooks, OAuth clients, and team management, with built-in agent mode for JSON automation.
Quick Start
Use the pp-cal-com skill to view your upcoming bookings for the next week and identify any scheduling conflicts.