Commit 5734fce
authored
[20582] Cal.com Update to V2 version (#20698)
* [20582] Cal.com Update to V2 version
Describe the bug
Cal.com's deprecated V1 API endpoints are still being used internally, causing integration failures. Despite V1 being marked as deprecated, the system continues to make calls to V1 endpoints, resulting in errors when attempting to use Cal.com integrations.
To Reproduce
Steps to reproduce the behavior:
Set up any Cal.com integration
Attempt to trigger an action that uses the Cal.com API that arent V2 (e.g., create booking, fetch availability, sync calendars)
Observe that the integration fails with errors
Check the API calls being made - they reference deprecated V1 endpoints
Expected behavior
All Cal.com integrations should use the current V2 API endpoints. When V1 was deprecated, all internal systems and integrations should have been migrated to V2 to ensure continued functionality.
Additional context
Cal.com announced the deprecation of their V1 API, but appears to still be relying on V1 endpoints in their current implementation. This creates a critical issue where:
Integrations fail automatically
Users cannot reliably connect Cal.com with other services
The deprecation appears incomplete, leaving users with broken functionality
This needs to be addressed by completing the migration from V1 to V2 across all Cal.com systems and integrations.
Guide for migrating to v2: https://cal.com/docs/api-reference/v2/v1-v2-differences
#20582
* fixing the review comments
fixing the review comments
* fix for the coderabbitai review comments
fix for the coderabbitai review comments
* coderabbitai review changes done
coderabbitai review changes done
* adding the location object values
adding the location object values
* changes with respect to the param description
changes with respect to the param description
* addressed the review comments provided
addressed the review comments provided1 parent 18bf1db commit 5734fce
14 files changed
Lines changed: 605 additions & 272 deletions
File tree
- components/cal_com
- actions
- create-booking-v2
- create-booking
- delete-booking
- get-all-bookings
- get-bookable-slots
- get-booking
- common
- sources
- booking-cancelled
- booking-created
- booking-ended
- booking-rescheduled
- common
Lines changed: 0 additions & 81 deletions
This file was deleted.
0 commit comments