[OGo-Bugs][Bug 1986] Evolution fails to retrieve CalDAV calendar

bugs@opengroupware.org bugs@opengroupware.org
Mon, 30 Jun 2008 14:34:27 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1986


awilliam@whitemice.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #651 is|0                           |1
           obsolete|                            |




------- Additional Comments From awilliam@whitemice.org  2008-06-30 14:34 -------
Evolution requires the etag to work properly;  the SxDavCalendarQuery object
does not include the etag in the response, even if the client requests it.  
vEventDataFields is always nil even if the client request properties.

<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:D="DAV:">
  <D:prop>
    <D:getetag/>
  </D:prop>
  <C:filter>
    <C:comp-filter name="VCALENDAR">
      <C:comp-filter name="VEVENT"/>
    </C:comp-filter>
  </C:filter>
</C:calendar-query>

Jun 30 12:31:44 ogo-zidestore-1.5 [982]: <>SxDavCalendarQuery>>D
vEventDataFields is nil

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.