Docs / Self-Hosted Applications / Cal.com v2 Open-Source Scheduling

Cal.com v2 Open-Source Scheduling

By Admin · Mar 15, 2026 · Updated Apr 23, 2026 · 650 views · 1 min read

What is Cal.com?

Cal.com is an open-source scheduling platform and Calendly alternative. It provides booking pages, calendar integrations, team scheduling, and workflow automations.

Installation

git clone https://github.com/calcom/cal.com.git /opt/calcom
cd /opt/calcom
cp .env.example .env
# Edit .env with database URL, NextAuth settings
docker compose up -d

Features

  • Custom booking pages and event types
  • Google Calendar, Outlook, and CalDAV integration
  • Team scheduling with round-robin and collective
  • Workflow automations (reminders, follow-ups)
  • Video conferencing integration (Zoom, Meet, Cal Video)
  • Custom availability and buffer times
  • Embedding and API access

Was this article helpful?