-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double creation of contacts when updating calendar event participants #6254
Comments
To resolve the issue of double creation of contacts when updating calendar event participants, follow these steps:
References/packages/twenty-server/src/modules/calendar/services/calendar-event-participant/calendar-event-participant.service.ts
|
Bug Description
The calendar module refactoring introduced a bug when calendar events are updated which causes contacts to be created twice, or events to not be assigned correctly to a participant.
Expected behavior
The calendar event participants should be updated correctly.
The text was updated successfully, but these errors were encountered: