[Akonadi] [Bug 325224] CalDav doesn't read server items

marcin.bajor at gmail.com marcin.bajor at gmail.com
Mon Oct 6 21:03:19 BST 2014


https://bugs.kde.org/show_bug.cgi?id=325224

marcin.bajor at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcin.bajor at gmail.com

--- Comment #16 from marcin.bajor at gmail.com ---
I have similar issue in davmail.
This is example request from KOrganizer:
<?xml version="1.0" encoding="utf-8"?>
<calendar-query xmlns="urn:ietf:params:xml:ns:caldav">
 <prop xmlns="DAV:">
  <getetag xmlns="DAV:"/>
  <resourcetype xmlns="DAV:"/>
 </prop>
 <filter xmlns="urn:ietf:params:xml:ns:caldav">
  <comp-filter xmlns="urn:ietf:params:xml:ns:caldav" name="VCALENDAR">
   <comp-filter xmlns="urn:ietf:params:xml:ns:caldav" name="VTODO">
    <time-range xmlns="urn:ietf:params:xml:ns:caldav" start="20140706T150740"/>
   </comp-filter>
  </comp-filter>
 </filter>
</calendar-query>

davmail shows "java.text.ParseException: Unparseable date: "20140706T150740"
Unparseable date: "20140706T150740"" in logs

It means that start in time-range element (i mean XML request) must be in UTC
format date, with "Z" letter at the end of date.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list