Skip to content
New issue

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

Handle calendar-query with single VCALENDAR filter properly #143

Closed
untitaker opened this issue Apr 12, 2014 · 0 comments
Closed

Handle calendar-query with single VCALENDAR filter properly #143

untitaker opened this issue Apr 12, 2014 · 0 comments

Comments

@untitaker
Copy link
Contributor

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?

@liZe liZe closed this as completed in e166873 Jun 4, 2014
liZe added a commit that referenced this issue Jun 4, 2014
@liZe liZe reopened this Jun 4, 2014
@liZe liZe closed this as completed in 0304363 Jun 15, 2014
liZe added a commit that referenced this issue Jun 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants