-
Notifications
You must be signed in to change notification settings - Fork 11.1k
fix: google meet link is disappear when a seat is cancelled #25368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| calendarDescription: getRichDescription(evt), | ||
| }; | ||
| if (reference.type.includes("_video")) { | ||
| if (reference.type.includes("_video") && reference.type !== "google_meet_video") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skip updating video meetings for Google Meet - they're managed through Google Calendar. Currently throwing error as gmeet has no explicit videoadapter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 2 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.ts">
<violation number="1" location="packages/features/bookings/lib/handleSeats/cancel/cancelAttendeeSeat.ts:97">
Video call data assignment logic duplicates `packages/features/bookings/lib/handleNewBooking/addVideoCallDataToEvent.ts:addVideoCallDataToEvent()` function. This should be refactored to use the existing utility to ensure consistency and maintainability.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
Udit-takkar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anikdhabal can we add some automated tests?
E2E results are ready! |
What does this PR do?
Summary by cubic
Fixes loss of Google Meet link when cancelling a single attendee seat. Seat cancellations no longer modify the Google Meet conference, and video call details are preserved for other providers.
Written for commit 979c268. Summary will update automatically on new commits.