← Zurück zum Verzeichnis
Community-Eintrag Dieser Eintrag basiert auf öffentlich verfügbaren Quellen und wurde nicht vom Inhaber erstellt. Ist das deine Website?
Kostenlos übernehmen
· Standard Standard-Status
llmstxt.info Verzeichnis · Standard Featured

Cal.com

cal.com ↗
Community-Eintrag llms.txt erreichbar KI-Impact-Score 75/100 · B

Cal.com stellt strukturierte Informationen über eine llms.txt-Datei für KI-Assistenten bereit. Branche: Entwickler-Tools. Die Website cal.com stellt ihre llms.txt unter https://cal.com/docs/llms.txt bereit. Der Eintrag besteht seit 03. December 2025.

Geschäftskategorie
Entwickler-Tools
Eingetragen seit
Beschreibung
Cal.com ist eine Open-Source-Terminplanungs-Plattform, die es ermöglicht, Meetings und Buchungen flexibel zu verwalten. Die Dokumentation umfasst: Cal.com-API, Webhook-Integration, selbst-gehostete Deployment-Optionen.
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt Öffnen ↗
# Cal.com Docs ## Docs - [Introduction to API v2](https://cal.com/docs/api-reference/v2/introduction.md): Introduction to Cal.com API v2 endpoints - [OAuth](https://cal.com/docs/api-reference/v2/oauth.md): Authorize apps with Cal.com accounts using OAuth - [Access Control](https://cal.com/docs/api-reference/v2/access-control.md): Roles, permissions, and OAuth scopes for organizations and teams API v2 endpoints - [Migrating from API v1 to v2](https://cal.com/docs/api-reference/v2/v1-v2-differences.md): Complete guide for migrating your Cal.com integration from v1 to v2 - [MCP server](https://cal.com/docs/mcp-server.md): Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance. - [User booking limits](https://cal.com/docs/api-reference/v2/user-booking-limits.md): Cap the total number of bookings a user can accept across all event types per day, week, month, or year. - [AI agents](https://cal.com/docs/agents.md): How AI agents can use the Cal.com API v2 to manage scheduling - [Get my profile](https://cal.com/docs/api-reference/v2/me/get-my-profile.md): If accessed using an OAuth access token, the `PROFILE_READ` scope is required. - [Update my profile](https://cal.com/docs/api-reference/v2/me/update-my-profile.md): Updates the authenticated user's profile. Email changes require verification and the primary email stays unchanged until verification completes, unless the new email is already a verified secondary email or the user is platform-managed. If accessed using an OAuth access token, the `PROFILE_WRITE` sc… - [Get my booking limits](https://cal.com/docs/api-reference/v2/me/get-my-booking-limits.md): Returns the authenticated user's global booking limits. Unset bounds are returned as null. Only available to organization members — non-org accounts receive a 403. If accessed using an OAuth access token, the `PROFILE_READ` scope is required. - [Update my booking limits](https://cal.com/docs/api-reference/v2/me/update-my-booking-limits.md): Partially updates the authenticated user's global booking limits. Only fields present in the request body are changed; omit a field to leave it untouched, or set it to null to remove that limit. Only available to organization members — non-org accounts receive a 403. If accessed using an OAuth acces… - [Clear my booking limits](https://cal.com/docs/api-reference/v2/me/clear-my-booking-limits.md): Removes all of the authenticated user's global booking limits. Only available to organization members — non-org accounts receive a 403. If accessed using an OAuth access token, the `PROFILE_WRITE` scope is required. - [Create a booking](https://cal.com/docs/api-reference/v2/bookings/create-a-booking.md): POST /v2/bookings is used to create regular bookings, recurring bookings and instant bookings. The request bodies for all 3 are almost the same except: If eventTypeId in the request body is id of a regular event, then regular booking is created. - [Get all bookings](https://cal.com/docs/api-reference/v2/bookings/get-all-bookings.md): Cursor-based pagination. Pass the `pagination.nextCursor` from the previous response as the `cursor` query parameter to fetch the next page. Omit `cursor` to fetch the first page. `pagination.hasMore` is `false` and `pagination.nextCursor` is `null` when you've reached the last page. - [Get a booking by seat UID](https://cal.com/docs/api-reference/v2/bookings/get-a-booking-by-seat-uid.md): Get a seated booking by its seat reference UID. This is useful when you have a seatUid from a seated booking and want to retrieve the full booking details. - [Get a booking](https://cal.com/docs/api-reference/v2/bookings/get-a-booking.md): `:bookingUid` can be - [Get all the recordings for the booking](https://cal.com/docs/api-reference/v2/bookings/get-all-the-recordings-for-the-booking.md): Fetches all the recordings for the booking `:bookingUid`. Requires authentication and proper authorization. Access […gekürzt]