mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #292] Outlook CalDav Synchronizer: error synch recurring task with Open Xchange server #1186
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#1186
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 @daphne777 on GitHub (Oct 23, 2020).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/292
Hello,
following problem:
Caldav Synchronizer does not sync recurring task with Open-Xchange server.
Normal tasks (not recurring) are working fine.
Error report and LogFile in the attachment.
Data:
Windows10 (1909)
Outlook 2010 (also testet with 2016)
CalDavSynchronizer Version: 3.8.2.0
CalDav/Cardav Server und Version: UCS Server 4.4 / OX Version 7.10.4-ucs1
ErrorReport.txt
LogFile.txt
@aluxnimm commented on GitHub (Oct 23, 2020):
Need to investigate if and how OX supports recurring tasks
@daphne777 commented on GitHub (Oct 23, 2020):
Hello Aluxnimm,
thanks for the fast reply.
I think OX supports recurring tasks.
On the web interface of Open-Xchange I can create recurring tasks,
but they are not synchronized with Outlook.
If you need more information just ask.
@aluxnimm commented on GitHub (Oct 23, 2020):
Just tested this, it seems recurring tasks are not exposed via the CalDAV API. if I create such a task in OX it's not available in the collection, if I change the same task back to non recurring it gets synced. When trying to sync tasks with RRULE to the server, OX responds with 400 Bad Request. So I guess, they are not supported via CalDAV. I will ask the OX developers if this is by design.
@daphne777 commented on GitHub (Oct 27, 2020):
Hi Aluxnimm,
any answer from OX yet?
I hope it is a bug (not by design) and they will solve it with a update? :-)
@aluxnimm commented on GitHub (Nov 3, 2020):
According to OX recurring tasks are not supported via CalDAV, since OX uses a different internal data model. So nothing we can do on our side atm.
I suggest turning off syncing of recurring tasks from Outlook in the advanced settings/task mapping configuration to avoid the error.
As a workaround you can create individual tasks or use recurring events in a seperate calendar collection used for tasks.