Summary | ActiveSync import: Fix timezones for exceptions of recurring all day events |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/27/2013 (4342 days ago) |
Due | |
Updated | 08/30/2013 (4339 days ago) |
Assigned | 08/27/2013 (4342 days ago) |
Resolved | 08/30/2013 (4339 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit fca899cecfd8c8cf8a549d6fdd183e1068307808
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 30 14:47:27 2013 -0400
Bug: 12630Must set timezone on exceptionoriginaldate too.kronolith/lib/Event/Sql.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/fca899cecfd8c8cf8a549d6fdd183e1068307808
commit 9baec448125219a70647cbaaefc9d319320d9f08
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Wed Aug 28 00:57:45 2013 +0200
ActiveSync import: Fix timezones for exceptions of recurring all
day events
Without this fix we add the exception
for the event on the wrong day.
Bug 12630Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
kronolith/lib/Event.php | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/9baec448125219a70647cbaaefc9d319320d9f08
I create a weekly recurring event with ten occurences.
Then I pick one event on the PIM and move it to another day.
This creates a new event in kronolith. If I open that event,
the text say something like "This is an exception for the original
event on DD:DD 22:00H".
-> The timezone for that text is missing / wrong.
When I now rename the title of the exception event and sync the iPad,
the event vanishes on the iPad. Oops :) More tomorrow.
State ⇒ Assigned
New Attachment: 0001-ActiveSync-import-Fix-timezones-for-exceptions-of-re.patch
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ ActiveSync import: Fix timezones for exceptions of recurring all day events
Type ⇒ Bug
Without this fix we add the exception
for the event on the wrong day.