You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zimbra CalDav returns all items in a calendar or a task list, whether the filter VTODO or VEVENT is used. Each query thus returns the same hrefs and the assert that there are no duplicate hrefs aborts the second filter query.
Zimbra CalDav returns all items in a calendar or a task list, whether the filter
VTODOorVEVENTis used. Each query thus returns the samehrefs and the assert that there are no duplicatehrefs 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: