[Korganizer-devel] [Bug 132818] Kontact/KOrganizer produces non-standard iCalendar .ics

Sergio Martins (ld50) iamsergio at gmail.com
Sun Mar 1 22:54:34 CET 2009


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





--- Comment #4 from Sergio Martins (ld50) <iamsergio gmail com>  2009-03-01 22:54:32 ---
Currently libkcal only supports reminders relative to due date. It doesn't
matter if you select "Before Start" in the dialog, it will be relative to due
date. 

BUT it's always written to the ical file as being relative to dtStart.

Things to do:
--------------
1. koeditoralarms.cpp: Only present After Start/Before Start options if there's
a dtStart and only present After End/Before End if there's a dtDue.

2. koincidenceeditor.cpp: Currently you can't sent reminders on to-dos which
don't have dtDue, this protection should be removed, only the case where both
dtDue and dtStart is missing should me preserved.

3. KCal's alarm.cpp: Change time() function so it respects  d->mEndOffset/
d->mStartOffset

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Korganizer-devel mailing list