[CAL-1651] Possible issue with delete meetings in Video Apps like Zoom #8831
Labels
app-store
area: app store, apps, calendar integrations, google calendar, outlook, lark, apple calendar
🐛 bug
Something isn't working
Medium priority
Created by Linear-GitHub Sync
Milestone
This does not cause errors in
updateMeeting
because the correct video credentials are obtained usinggetVideoCredentials
.However, the
handleCancelBooking
handler directly callsdeleteMeeting
in thevideoClient
and does not usegetVideoCredentials
to obtain the video integration credentials. Accordingly, novideoAdapter
is found fordeleteMeeting
.Originally posted by @aar2dee2 in #7651 (comment)
CAL-1651
The text was updated successfully, but these errors were encountered: