We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to fetch all items, ownCloud forces me to do the following:
<C:calendar-query xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <D:prop> <D:getetag/> </D:prop> <C:filter> <C:comp-filter name="VCALENDAR" /> </C:filter> </C:calendar-query>
However, Radicale doesn't like that. It prefers:
<C:calendar-query xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav"> <D:prop> <D:getetag/> </D:prop> <C:filter> </C:filter> </C:calendar-query>
How should i resolve this conflict?
The text was updated successfully, but these errors were encountered:
e166873
Merge pull request #144 from untitaker/issue143
ecd1dc5
Fix #143
0304363
Merge pull request #169 from untitaker/issue143
5ec46f5
No branches or pull requests
In order to fetch all items, ownCloud forces me to do the following:
However, Radicale doesn't like that. It prefers:
How should i resolve this conflict?
The text was updated successfully, but these errors were encountered: