Skip to content

Commit 04fc0f1

Browse files
authored
docs: event calVideoSettings not available for platform (calcom#24879)
1 parent b76c4c9 commit 04fc0f1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/api-reference/v2/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16355,7 +16355,7 @@
1635516355
"description": "Boolean to Hide organizer's email address from the booking screen, email notifications, and calendar events"
1635616356
},
1635716357
"calVideoSettings": {
16358-
"description": "Cal video settings for the event type",
16358+
"description": "Cal video settings for the event type. Platform customers can't manage this property because currently we have no way of determining if managed user is a host or an attendee.",
1635916359
"allOf": [
1636016360
{
1636116361
"$ref": "#/components/schemas/CalVideoSettings"
@@ -19492,7 +19492,7 @@
1949219492
"description": "Boolean to Hide organizer's email address from the booking screen, email notifications, and calendar events"
1949319493
},
1949419494
"calVideoSettings": {
19495-
"description": "Cal video settings for the event type",
19495+
"description": "Cal video settings for the event type. Platform customers can't manage this property because currently we have no way of determining if managed user is a host or an attendee.",
1949619496
"allOf": [
1949719497
{
1949819498
"$ref": "#/components/schemas/CalVideoSettings"

packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ export class BaseCreateEventTypeInput {
493493
@ValidateNested()
494494
@Type(() => CalVideoSettings)
495495
@DocsPropertyOptional({
496-
description: "Cal video settings for the event type",
496+
description:
497+
"Cal video settings for the event type. Platform customers can't manage this property because currently we have no way of determining if managed user is a host or an attendee.",
497498
type: CalVideoSettings,
498499
})
499500
calVideoSettings?: CalVideoSettings;

0 commit comments

Comments
 (0)