Zimbra calendar sync finds duplicate items under both VTODO and VEVENT #88
Comments
davidfraser
pushed a commit
to davidfraser/vdirsyncer
that referenced
this issue
Jul 6, 2014
… they are returned by both the `VTODO` and the `VEVENT` filter (see pimutils#88)
Workarounds in |
Thanks for reporting this! I just pushed a fix to master. |
Great, fixed :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zimbra CalDav returns all items in a calendar or a task list, whether the filter
VTODO
orVEVENT
is used. Each query thus returns the samehref
s and the assert that there are no duplicatehref
s aborts the second filter query.This is apparently a bug in the Zimbra query (that seems to have existed for a while: http://www.zimbra.com/forums/developers/21993-caldav-call-not-working-100-a.html) - not sure the best way to handle this, but aborting on a duplicate item seems like overkill :)
The text was updated successfully, but these errors were encountered: