[Akonadi] [Bug 325169] Recurring calendar events disappeared after 4.10 -> 4.11 upgrade

juha.heljoranta at iki.fi juha.heljoranta at iki.fi
Sun Sep 22 12:14:52 BST 2013


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

--- Comment #2 from juha.heljoranta at iki.fi ---
Snipplets from diff output to show what manual changes where made

Simple RECURRENCE-ID removal fix:
 BEGIN:VTODO
 ORGANIZER;CN=xxx
 DTSTAMP:20130801T200331Z
 CREATED:20130801T200331Z
 UID:KOrganizer-778175805.617
 SEQUENCE:16
 LAST-MODIFIED:20130801T200331Z
 SUMMARY:xxx
 PRIORITY:5
-RECURRENCE-ID;TZID=Europe/Mariehamn:20111121T000000
 RRULE:FREQ=MONTHLY;INTERVAL=2;BYMONTHDAY=1
 EXDATE;VALUE=DATE:20110103
 DUE;TZID=Europe/Mariehamn:20120801T000000
 DTSTART;TZID=Europe/Mariehamn:20100913T000000
 PERCENT-COMPLETE:0
 X-KDE-LIBKCAL-DTRECURRENCE;VALUE=DATE-TIME;TZID=Europe/Mariehamn:
  20131001T000000
 END:VTODO

Including DTSTART fix:
 BEGIN:VTODO
 ORGANIZER;CN=xxx
 DTSTAMP:20130912T182219Z
-COMMENT:NoStartDate
 CREATED:20130912T182219Z
 UID:KOrganizer-1768581676.415
 SEQUENCE:95
 LAST-MODIFIED:20130912T182219Z
 SUMMARY:xxx
 PRIORITY:5
-RECURRENCE-ID:20111212T000000
 RRULE:FREQ=MONTHLY;BYMONTHDAY=12
 DUE;VALUE=DATE:20100312
-DTSTART:-4713010T000000
+DTSTART;VALUE=DATE:20100312
 PERCENT-COMPLETE:0
 X-KDE-LIBKCAL-DTRECURRENCE;VALUE=DATE-TIME:20131012T000000
 END:VTODO

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



More information about the Kdepim-bugs mailing list