calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
30.26k stars 7.21k forks source link

Recurring meeting creates increasing number of Zoom events #14171

Open flacoste opened 4 months ago

flacoste commented 4 months ago

Issue Summary

Creating a recurring event creates increasing number of Zoom events as the series adance

Steps to Reproduce

  1. Create a recurring event for 4 meetings with Zoom meeting.

Screen Shot 2024-03-21 at 11 06 10

Screen Shot 2024-03-21 at 11 06 53

Actual Results

Screen Shot 2024-03-21 at 11 07 13 Screen Shot 2024-03-21 at 11 07 20 Screen Shot 2024-03-21 at 11 07 38 Screen Shot 2024-03-21 at 11 07 55

Expected Results

Franz1241 commented 3 weeks ago

Same issue here. If it helps this is what I did to solve it: I set up a small server to listen for Calcom webhooks for BOOKING_CREATED events. It checks for a recurringEvent key in the payload. If it finds one, it uses the Zoom API to change the meeting type from recurring to regular using the videoCallData.id in the payload as well