1
0
mirror of synced 2025-12-25 02:09:19 -05:00

feat(source-cal-com) Fix field (rescheduled to rescheduledToUid) for GET Bookings in calcom connector (#62522)

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
This commit is contained in:
Syed Ali Shahbaz
2025-07-08 00:31:24 +04:00
committed by GitHub
parent cbd2253006
commit f214316a8a
3 changed files with 4 additions and 3 deletions

View File

@@ -852,9 +852,9 @@ schemas:
- string
- "null"
format: date-time
rescheduled:
rescheduledToUid:
type:
- boolean
- string
- "null"
absentHost:
type:

View File

@@ -17,7 +17,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 3db8a652-88f7-41ee-91a3-2f745322d9ae
dockerImageTag: 0.0.24
dockerImageTag: 0.0.25
dockerRepository: airbyte/source-cal-com
githubIssueLabel: source-cal-com
icon: icon.svg

View File

@@ -25,6 +25,7 @@ The Cal.com connector enables seamless data synchronization between Cal.coms
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.25 | 2025-07-06 | [62522](https://github.com/airbytehq/airbyte/pull/62522) | Update rescheduled to rescheduledToUid field in GET Bookings |
| 0.0.24 | 2025-07-05 | [62539](https://github.com/airbytehq/airbyte/pull/62539) | Update dependencies |
| 0.0.23 | 2025-06-26 | [61717](https://github.com/airbytehq/airbyte/pull/61717) | Add support for createdAt, rescheduled and absentHost fields in GET Bookings |
| 0.0.22 | 2025-06-15 | [61097](https://github.com/airbytehq/airbyte/pull/61097) | Update dependencies |