Cal.com GraphQL API
Cal.com does not expose a native GraphQL endpoint. The platform's public-facing API is a REST API (v2, hosted at `https://api.cal.com/v2`), and its internal application layer uses tRPC for client-server communication. The GraphQL schema in this directory is derived from Cal.com's authoritative Prisma database schema at `packages/prisma/schema.prisma` in the open-source repository, which defines all core data models.
Overview
Cal.com GraphQL API is a GraphQL API specification published by Cal.com on the APIs.io network.
Cal.com does not expose a native GraphQL endpoint. The platform’s public-facing API is a REST API (v2, hosted at https://api.cal.com/v2), and its internal application layer uses tRPC for client-server communication. The GraphQL schema in this directory is derived from Cal.com’s authoritative Prisma database schema at packages/prisma/schema.prisma in the open-source repository, which defines all core data models.
The GraphQL endpoint is available at N/A. documentation is published at https://cal.com/docs/api-reference/v2/introduction.
The specification includes 2 reference links.
Tagged areas include Scheduling, Calendars, Bookings, Open Source, and Event Types.
Endpoint
References
- Documentation https://cal.com/docs/api-reference/v2/introduction
- GitHub https://github.com/calcom/cal.com