Hi,
Trying to run calendar filter with date range. Following is the request XML:
<?xml version="1.0"?>
<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav">
<D:prop xmlns:D="DAV:">
<D:getetag/>
</D:prop>
<C:filter>
<C:comp-filter name="VCALENDAR">
<C:comp-filter name="VEVENT">
<C:time-range end="20170530T000000Z" start="20170430T000000Z"/>
</C:comp-filter>
</C:comp-filter>
</C:filter>
</C:calendar-query>
Problem is irrespective of filter I set, server is always returning all events that are present for authenticated user.
I tried other filters as well, like "VEVENT : SUMMARY==..". Response remains same.
Please suggest. Thank you.
Regards,
Venkatesh