[korganizer] [Bug 385364] Timezone RRULE entry has bot UNTIL and COUNT property

Ingo bugzilla_noreply at kde.org
Sat Nov 10 16:39:22 GMT 2018


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

--- Comment #3 from Ingo <ingo.strauch at gmx.net> ---
> Would love to see this fixed permanently but I am also wondering if there is
> a quick fix (template, setting or file I can change somewhere).

At the moment I log into the server that runs the owncloud instance, stop the
web server, and use the sqlite3 CLI to manually fix the entries like this:

update oc_calendarobjects
set calendardata = replace(calendardata,
'RRULE:FREQ=YEARLY;UNTIL=19961027T030000;COUNT=16;BYDAY=-1SU;BYMONTH=9',
'RRULE:FREQ=YEARLY;UNTIL=19961027T030000;BYDAY=-1SU;BYMONTH=9')
where calendardata like '%RRULE%UNTIL%COUNT%';

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


More information about the Kdepim-bugs mailing list