Skip to main content

Cal.com

Overview

The Cal.com source connector lets you authenticate to the Cal.com API and validate access. Data extraction is not yet available.

Setup

Prerequisites

  • A Cal.com account
  • A Cal.com API key

Create an API key in Cal.com

  1. In Cal.com, generate an API key (sometimes labeled as a personal access token).
  2. Copy the key and store it securely.

Authentication

This connector authenticates using a Bearer token (API key).

During connection setup and testing, the connector validates credentials by calling:

  • GET https://api.cal.com/v2/me

It also sends the required API version header:

  • cal-api-version: 2026-02-25

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Cal.com API key used as a Bearer token for API requests.

Streams

This connector is currently in development and does not yet extract any streams.

  • Catalog discovery currently returns an empty catalog.
  • Sync/extract runs are not supported yet.