Bug 382712 - Wrong timezone in SOGo
Summary: Wrong timezone in SOGo
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kcalendarcore
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-25 12:08 UTC by Oleg Solovyov
Modified: 2018-11-10 17:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Add: UNTIL field in RRULE (811 bytes, patch)
2017-07-25 12:08 UTC, Oleg Solovyov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Solovyov 2017-07-25 12:08:53 UTC
Created attachment 106855 [details]
Add: UNTIL field in RRULE

I create an event in KOrganizer from 15:00 to 16:00... SOGo shows that event starts at 14:00. (TZ: Europe/Moscow)

Patch in attachment fixes it up.
Comment 1 Allen Winter 2017-07-29 17:29:14 UTC
Git commit 0fd1f0fae1de743da5bc9d56577541442e84799b by Allen Winter.
Committed on 29/07/2017 at 17:28.
Pushed by winterz into branch 'Applications/17.08'.

src/icaltimezones.cpp - write UNTIL field in RRULES
thanks for the patch

M  +1    -0    src/icaltimezones.cpp

https://commits.kde.org/kcalcore/0fd1f0fae1de743da5bc9d56577541442e84799b
Comment 2 Ingo 2018-11-10 17:50:46 UTC
I think this patch could be problematic because it leads to this bug reported for korganizer: https://bugs.kde.org/show_bug.cgi?id=385364

It seems the ICAL RFC forbids UNTIL and COUNT appearing at the same time in an RRULE. And Outlook CalDav Synchronizer for example doesn't accept such events.