You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ganthern
changed the title
repeating calendar Event updates with new excluded occurrences don't get properly sent to attendees
repeating calendar event updates with new excluded occurrences don't get properly sent to attendees
Jan 28, 2025
Bug in web app
Describe the bug
repeating event updates where the organizer cancels an occurrence don't get propagated to invitees.
To Reproduce
steps to reproduce the behavior:
Expected Behaviour
the occurrence should be removed in the first update mail
Additional context
the culprits are these lines (note the comments):
tutanota/src/calendar-app/calendar/gui/eventeditor-model/CalendarEventModelStrategy.ts
Line 221 in fbc4209
tutanota/src/calendar-app/calendar/gui/eventeditor-model/CalendarNotificationModel.ts
Line 50 in fbc4209
the event that's being deleted should not be added to the recurrenceIds since it's not going to occcur.
commit ref: bbf68fb
The text was updated successfully, but these errors were encountered: