mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #463] Two Outlooks with two CalDavSynchronizers on a shared calender do play ping-pong (SEQUENCE is increasing) #448
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#448
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 @winnieXY on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/463
Hey,
I'm using a nextcloud with a shared calender for me and my wife. We both sync the shared calender into our outlook using CalDavSynchronizer.
To prevent Timezone Pingpong i switched on the option "Create events on server with downloaded IANA timezones" and selected our timezone.
However this does not prevent the ping-pong (and thus notifications about changed appointments from nextcloud).
This happens for all appointments within the calender.
Here is one example of such a appointment - once synced by me, once synced by my wife:
After my CalDavSynchronizer synced:
after the caldavsynchronizer of my wife synced:
The ping-pong is also very well visible within the apache access log:
The only difference is the DTSTAMP and a increased SEQUENCE (which will trigger the notification mail from nextcloud).
would it be possible to add a option to caldavsynchronizer to stop updating the appointment if just the DTSTAMP has changed (or updated the DTSTAMP without increasing SEQUENCE?
We both have this setup:
If needed I could get some debug logs.