6254 double creation of contacts when updating calendar event participants (#6269)
Closes #6254
This commit is contained in:
@ -25,9 +25,7 @@ export type CalendarEventParticipant = Omit<
|
||||
| 'workspaceMember'
|
||||
| 'calendarEvent'
|
||||
| 'calendarEventId'
|
||||
> & {
|
||||
iCalUID: string;
|
||||
};
|
||||
>;
|
||||
|
||||
export type CalendarEventParticipantWithCalendarEventId =
|
||||
CalendarEventParticipant & {
|
||||
|
||||
Reference in New Issue
Block a user