Hi Bert,

On 2015-12-02 05:01 PM, B Aerts wrote:
> Hello all,
> 
> running a sample REPORT, I stumbled on this behaviour which, to me,
> feels rather odd ...
> 
> I run a REPORT on calendar items from today until 10 months ahead.
> There is only 1 VEVENT in my calendar, placed well before the time
> range. Yet it still shows up in the report.
> 
> Running by RFC4791, ยง 9.9, I'd say this item should fail as DTEND is
> less than the "start" attribute of the timerange ?
> 
> This is the request and subsequent server reply :

[snip]

>    <C:filter>
>       <C:comp-filter name="VCALENDAR"/>
>       <C:time-range start="20151003T224045" end="20160927T224045"/>
>    </C:filter>


This is wrong, it should be:

<C:filter>
  <C:comp-filter name="VCALENDAR">
    <C:comp-filter name="VEVENT">
      <C:time-range start="20151003T224045" end="20160927T224045"/>
    </C:comp-filter>
  </C:comp-filter>
</C:filter>

Evert

-- 
You received this message because you are subscribed to the Google Groups 
"SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sabredav-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sabredav-discuss/565F7035.6060501%40evertpot.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to