fix: Recurring meeting creates increasing number of Zoom events (#18360)
This commit is contained in:
@@ -105,7 +105,7 @@ const ZoomVideoApiAdapter = (credential: CredentialPayload): VideoApiAdapter =>
|
||||
recurringEvent,
|
||||
startTime,
|
||||
attendees,
|
||||
}: CalendarEvent): { recurrence: ZoomRecurrence; type: 8 } | undefined => {
|
||||
}: CalendarEvent): { recurrence: ZoomRecurrence } | undefined => {
|
||||
if (!recurringEvent) {
|
||||
return;
|
||||
}
|
||||
@@ -147,7 +147,6 @@ const ZoomVideoApiAdapter = (credential: CredentialPayload): VideoApiAdapter =>
|
||||
recurrence: {
|
||||
...recurrence,
|
||||
},
|
||||
type: 8,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user