mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #457] Recurrence exception sync fails after multiple modifications (participants → time) with "object has been deleted" error #440
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#440
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GadzhiKassiev on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/457
Incorrect behavior of CalDavSynchronizer has been detected. The error occurs regardless of the mail service. Scenario for reproducing the limitation on the part of the Caldav library and Outlook:
Actual result: synchronization is not performed, the CalDavSync reports log displays the error “The operation cannot be performed because the object has been deleted.” in the warnings.
If you do not open the event for viewing in step 5, further synchronization is performed without errors.
The problem is probably that Outlook locks the event instance for a certain period of time after it is opened for viewing/editing.
I am ready to provide additional information.