docs: expand Google Calendar event ID description with API endpoint references (#21857)

This commit is contained in:
Somay Chauhan
2025-06-17 07:02:50 +02:00
committed by GitHub
parent 34d4f394fc
commit a6b98bd35d
3 changed files with 4 additions and 3 deletions
@@ -25,7 +25,8 @@ export class CalUnifiedCalendarsController {
})
@ApiParam({
name: "eventUid",
description: "The Google Calendar event ID",
description:
"The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For team events: https://cal.com/docs/api-reference/v2/orgs-teams-bookings/get-booking-references-for-a-booking\n\n- For user events: https://cal.com/docs/api-reference/v2/bookings/get-booking-references-for-a-booking",
type: String,
})
@Get("/:calendar/event/:eventUid")
+1 -1
View File
@@ -8142,7 +8142,7 @@
"name": "eventUid",
"required": true,
"in": "path",
"description": "The Google Calendar event ID",
"description": "The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For team events: https://cal.com/docs/api-reference/v2/orgs-teams-bookings/get-booking-references-for-a-booking\n\n- For user events: https://cal.com/docs/api-reference/v2/bookings/get-booking-references-for-a-booking",
"schema": {
"type": "string"
}
+1 -1
View File
@@ -7792,7 +7792,7 @@
"name": "eventUid",
"required": true,
"in": "path",
"description": "The Google Calendar event ID",
"description": "The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:\n\n- For team events: https://cal.com/docs/api-reference/v2/orgs-teams-bookings/get-booking-references-for-a-booking\n\n- For user events: https://cal.com/docs/api-reference/v2/bookings/get-booking-references-for-a-booking",
"schema": {
"type": "string"
}