fix: Duplicate calendar event when a guest is added (#22247)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user