Skip to content

Commit f40a1c9

Browse files
authored
fix: Duplicate calendar event when a guest is added (calcom#22247)
1 parent 739ef15 commit f40a1c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/trpc/server/routers/viewer/bookings/addGuests.handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export const addGuestsHandler = async ({ ctx, input }: AddGuestsOptions) => {
136136
hideOrganizerEmail: booking.eventType?.hideOrganizerEmail,
137137
attendees: attendeesList,
138138
uid: booking.uid,
139+
iCalUID: booking.iCalUID,
139140
recurringEvent: parseRecurringEvent(booking.eventType?.recurringEvent),
140141
location: booking.location,
141142
destinationCalendar: booking?.destinationCalendar

0 commit comments

Comments
 (0)