Callina.aiDocs

Cal.com integration

Connect Cal.com event types to Callina for slot lookup + booking on the call.

Anna can quote available slots and book appointments directly into Cal.com during a call.

Step 1 — API key in Cal.com

  1. Sign in to your Cal.com workspace.
  2. Settings → Developer → API Keys → New — scope to event types you'll expose.
  3. Copy the key.

Step 2 — Connect in Callina

  1. Callina → Scheduler → New Event Type.
  2. Calendar providercaldav or cal.com (when available); for Cal.com API today, paste the API key + your event-type ID into the calendar config JSON:
    {
      "provider": "calcom",
      "calcom": {
        "apiKey": "cal_live_...",
        "eventTypeId": 123456
      }
    }
  3. Set the slug, duration, daily cap, reminders.

Step 3 — Test

Open the public booking URL printed in the event-type row, or call the practice — Anna will use Cal.com's /availability endpoint for slot lookup and /bookings for the actual booking.

Notes

  • Cal.com bookings created by Anna include the caller's phone number in the notes field.
  • Cancellation / reschedule tokens land in the booking confirmation email Cal.com sends to the caller.