| Summary | exception event sync issue if base event time is changed |
| Queue | Kronolith |
| Queue Version | 4.2.1 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | olaf (at) boppenhaeger (dot) de |
| Created | 08/26/2014 (4088 days ago) |
| Due | |
| Updated | 08/30/2014 (4084 days ago) |
| Assigned | 08/26/2014 (4088 days ago) |
| Resolved | 08/30/2014 (4084 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
commit e6933a31836a7e064b0dba6232cc72453d265cfa
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Aug 30 10:32:07 2014 -0400
Bug: 13512Update the exceptionoriginaldate field when base event changes.kronolith/lib/Driver.php | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/e6933a31836a7e064b0dba6232cc72453d265cfa
commit 81968fb3a80f23c180735ac37be492f11c1d1fb3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Aug 30 10:32:07 2014 -0400
Bug: 13512Update the exceptionoriginaldate field when base event changes.kronolith/lib/Driver.php | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/81968fb3a80f23c180735ac37be492f11c1d1fb3
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ exception event sync issue if base event time is changed
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
'event_exceptionoriginaldate' in the kronolith databas table of
existing exception events isn't altered to the new base date/time.
When snyc/export the calendar with ActiveSync, ICS or CalDAV those
events are shown twice. First the event with the original time and
secondly with the correct exception date/time.
The web GUI is correct!