Skip to content

[CAL-1651] Possible issue with delete meetings in Video Apps like Zoom #8831

@hariombalhara

Description

@hariombalhara
          The `credentialId` is set to the calendar's `credentialId` [here](https://github.com/calcom/cal.com/blob/main/packages/core/EventManager.ts#L141).

This does not cause errors in updateMeeting because the correct video credentials are obtained using getVideoCredentials.

However, the handleCancelBooking handler directly calls deleteMeeting in the videoClient and does not use getVideoCredentials to obtain the video integration credentials. Accordingly, no videoAdapter is found for deleteMeeting.

Originally posted by @aar2dee2 in #7651 (comment)

CAL-1651

Metadata

Metadata

Labels

Medium priorityCreated by Linear-GitHub Syncapp-storearea: app store, apps, calendar integrations, google calendar, outlook, lark, apple calendar🐛 bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions