6.0.0-alpha14
7/2/25

[#13399] Recurring events and single event change from notification
Summary Recurring events and single event change from notification
Queue Horde Groupware Webmail Edition
Queue Version 5.1.4
Type Bug
State Resolved
Priority 3. High
Owners mrubinsk (at) horde (dot) org
Requester roderick.braun (at) ph-freiburg (dot) de
Created 07/28/2014 (3992 days ago)
Due
Updated 07/29/2014 (3991 days ago)
Assigned 07/29/2014 (3991 days ago)
Resolved 07/29/2014 (3991 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/29/2014 01:46:32 AM Michael Rubinsky Comment #10
State ⇒ Resolved
Reply to this comment
This was a combination of issues in both Kronolith and IMP. Fixed for 
next bugfix release of both.
07/29/2014 01:42:51 AM Git Commit Comment #9 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 1514a8152fd98af533504158f8bc87a84f030c11
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:36:56 2014 -0400

     Fix handling iTip response for events containing exceptions.

     Bug: 13399

  imp/lib/Ajax/Imple/ItipRequest.php |  147 
++++++++++++++++++++----------------
  1 files changed, 83 insertions(+), 64 deletions(-)

http://github.com/horde/horde/commit/1514a8152fd98af533504158f8bc87a84f030c11
07/29/2014 01:42:45 AM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 4c4d764e4497602935c4e5e32b10c25d5a6f4fa2
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:36:17 2014 -0400

     Don't show additional viewer parts for vEvent components that 
represent exceptions.

     Bug: 13399

  imp/lib/Mime/Viewer/Itip.php |    5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/4c4d764e4497602935c4e5e32b10c25d5a6f4fa2
07/29/2014 01:42:42 AM Git Commit Comment #7 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit ffbfd8847bba79ba83caba8cceeb87b7f91a20ec
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:34:10 2014 -0400

     Correctly handle recurrence exceptions in calendar/replace method.

     Bug: 13399

  kronolith/lib/Api.php |   15 ++++++++++-----
  1 files changed, 10 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/ffbfd8847bba79ba83caba8cceeb87b7f91a20ec
07/29/2014 01:42:38 AM Git Commit Comment #6 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit cdaf2b62cb0c952baadf31c399af3dd66d5f4870
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:29:17 2014 -0400

     Fix regression in importing vCal data containing exceptions.

     At some point it looks like this broke. Exception vEvent components
     were being completely ignored when added via calendar/import method.

     Bug #13399

  kronolith/lib/Api.php |   20 +++++++++++---------
  1 files changed, 11 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/cdaf2b62cb0c952baadf31c399af3dd66d5f4870
07/29/2014 01:39:37 AM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

commit 0bd82ef296ede0054b33f8edf3e02ac69d3cad16
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:36:56 2014 -0400

     Fix handling iTip response for events containing exceptions.

     Bug: 13399

  imp/lib/Ajax/Imple/ItipRequest.php |  147 
++++++++++++++++++++----------------
  1 files changed, 83 insertions(+), 64 deletions(-)

http://github.com/horde/horde/commit/0bd82ef296ede0054b33f8edf3e02ac69d3cad16
07/29/2014 01:39:33 AM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

commit 8c32093e72740ebcbe3f21a34fde1ff0469f0393
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:36:17 2014 -0400

     Don't show additional viewer parts for vEvent components that 
represent exceptions.

     Bug: 13399

  imp/lib/Mime/Viewer/Itip.php |    5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/8c32093e72740ebcbe3f21a34fde1ff0469f0393
07/29/2014 01:39:29 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (master):

commit 1ef6b16a6972c754d656d60fee3825bdfad9848d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:34:10 2014 -0400

     Correctly handle recurrence exceptions in calendar/replace method.

     Bug: 13399

  kronolith/lib/Api.php |   15 ++++++++++-----
  1 files changed, 10 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/1ef6b16a6972c754d656d60fee3825bdfad9848d
07/29/2014 01:39:25 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 63edecdf7355e8599a988cb1019d69de85b038f9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Mon Jul 28 21:29:17 2014 -0400

     Fix regression in importing vCal data containing exceptions.

     At some point it looks like this broke. Exception vEvent components
     were being completely ignored when added via calendar/import method.

     Bug #13399

  kronolith/lib/Api.php |   20 +++++++++++---------
  1 files changed, 11 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/63edecdf7355e8599a988cb1019d69de85b038f9
07/29/2014 12:35:25 AM Michael Rubinsky Assigned to Michael Rubinsky
State ⇒ Assigned
 
07/28/2014 03:52:33 PM roderick (dot) braun (at) ph-freiburg (dot) de Comment #1
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Recurring events and single event change from notification
Type ⇒ Bug
Priority ⇒ 3. High
Reply to this comment
If you create a recurring event (f.e. weekly)  with attendees and 
notification emails and  the time of  an event (not the entire series) 
is changed - updating of the calendar via the upcoming notification 
email deletes all recurrences of this event from the calendar except 
of the single date which changed.

Saved Queries