fix: Duplicate calendar event when a guest is added (#22247)

This commit is contained in:
Anik Dhabal Babu
2025-07-04 03:37:56 +00:00
committed by GitHub
parent 739ef153f6
commit f40a1c92ef
@@ -136,6 +136,7 @@ export const addGuestsHandler = async ({ ctx, input }: AddGuestsOptions) => {
hideOrganizerEmail: booking.eventType?.hideOrganizerEmail,
attendees: attendeesList,
uid: booking.uid,
iCalUID: booking.iCalUID,
recurringEvent: parseRecurringEvent(booking.eventType?.recurringEvent),
location: booking.location,
destinationCalendar: booking?.destinationCalendar