[Bug 282591] KCalCore parses exceptions incorrectly???

Philipp Schmidt philschmidt at gmx.net
Fri Aug 3 08:45:48 BST 2012


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

Philipp Schmidt <philschmidt at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philschmidt at gmx.net

--- Comment #3 from Philipp Schmidt <philschmidt at gmx.net> ---
Can confirm this with my ownCloud Server.

Android also generates a Status=Cancelled for a single recurrence ID. The
Payload of the ics is as follows:

BEGIN:VEVENT
CREATED:20120803T071001Z
LAST-MODIFIED:20120803T071029Z
DTSTAMP:20120803T071029Z
UID:d9833f16-a0ea-4855-9404-add90e165e98
SUMMARY:Test Event
RRULE:FREQ=DAILY;UNTIL=20120817T080000Z;INTERVAL=2
DTSTART;TZID=Europe/Berlin:20120806T100000
DTEND;TZID=Europe/Berlin:20120806T110000
LOCATION:asdf
END:VEVENT

BEGIN:VEVENT
LAST-MODIFIED:20120803T071316Z
UID:d9833f16-a0ea-4855-9404-add90e165e98
SUMMARY:Test Event
STATUS:CANCELLED
RECURRENCE-ID:20120810T080000Z
DTSTART;TZID=Europe/Berlin:20120810T100000
DTEND;TZID=Europe/Berlin:20120810T110000
TRANSP:OPAQUE
SEQUENCE:1
END:VEVENT

So the exception is not stored as an EXDATE but rather as a single, additional
event with the same UID that only references that specific recurrence. Maybe
that is where the problem lies? Does KCalCore discard additional events with
the same UID?

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



More information about the Kdepim-bugs mailing list