6254 double creation of contacts when updating calendar event participants (#6269)

Closes #6254
This commit is contained in:
bosiraphael
2024-07-16 10:47:18 +02:00
committed by GitHub
parent 2218e20595
commit d216bfdd4e
4 changed files with 48 additions and 138 deletions

View File

@ -25,9 +25,7 @@ export type CalendarEventParticipant = Omit<
| 'workspaceMember'
| 'calendarEvent'
| 'calendarEventId'
> & {
iCalUID: string;
};
>;
export type CalendarEventParticipantWithCalendarEventId =
CalendarEventParticipant & {