mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 19:15:48 +03:00
[GH-ISSUE #327] Reoccurring tasks being duplicated #1216
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#1216
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 @meichthys on GitHub (Aug 20, 2021).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/327
We have an issue where reoccurring tasks are being duplicated (regardless of the
map reoccurring taskssetting).CaldavSynchronizer version: 4.1.0.0
Outlook Verson: 2019 (Desktop)
CalDAV server: Nextcloud
Steps to reproduce:
We are trying to have multiple users synchronize to a single shared nextcloud task list. This works for normal tasks but any reoccurring tasks are duplicated/recreated indefinitely:

@meichthys commented on GitHub (Aug 20, 2021):
To add to this, I wanted to mention that I also sync reoccurring tasks from iOS to Nextcloud without any issues, so I believe the Nextcloud CalDAV server is handling things correctly.
@meichthys commented on GitHub (Aug 25, 2021):
To follow up on this, I believe the issue may be with the Nextcloud Tasks web client which does not support duplicate tasks. When a duplicate task is synced to the Nextcloud web client some things are going awry. Closing this here for now.@meichthys commented on GitHub (Oct 7, 2021):
Re-opening this issue after testing with other backend caldav servers.
The issue exists when syncing with other backend servers, so the problem seems to lie with either Outlook itself or CalDavSynchronizer.
@meichthys commented on GitHub (Mar 29, 2023):
To follow up here, there still seems to be an issue with reoccuring tasks but the issue seems to be slightly different now.
On v4.4.0.0 the repeating tasks no longer duplicate after each sync, but the Outlook task still doesn't update to show the task as being completed (even after marking it as completed on another client - and verified on the server). Instead the outlook task is updated to match the original due date of the repeated task:

Originally created task:
Here's thunderbird after marking the task as complete in thunderbird:

Here's outlook after syncing the thunderbird change:

If however i mark the repeated task as completed in Outlook, then it does properly sync to the other clients.

Outlook after marked as complete:
Thunderbird after syncing:


and the thunderbird detail view:
@meichthys commented on GitHub (May 4, 2023):
@aluxnimm I was hopeful that somehow https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/388 would have fixed this, but recurring tasks between multiple outlook clients is still broken in v4.4.1
@meichthys commented on GitHub (May 9, 2023):
Closing in favor of a simpler issue report (#395).