| Summary | Calendar invitation mails displays wrong end time |
| Queue | IMP |
| Queue Version | 6.2.0 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | nordmark (at) mech (dot) kth (dot) se |
| Created | 07/29/2014 (4120 days ago) |
| Due | |
| Updated | 07/29/2014 (4120 days ago) |
| Assigned | |
| Resolved | 07/29/2014 (4120 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 674e9111cce4fa8073795392c184e27214e34566
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Jul 29 11:42:22 2014 -0400
Another place to revert for
Bug: 13400imp/lib/Mime/Viewer/Itip.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/674e9111cce4fa8073795392c184e27214e34566
commit 5f1dc9bd7c85212a5ef509c09c8f17f1789a0f56
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Jul 29 11:42:22 2014 -0400
Another place to revert for
Bug: 13400imp/lib/Mime/Viewer/Itip.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/5f1dc9bd7c85212a5ef509c09c8f17f1789a0f56
commit 20c75f98fee4ad85b3b2851fd4f5503036047025
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Jul 29 10:59:36 2014 -0400
Bug: 13400Partially revert "DTEND is non-inclusive."This partially reverts commit 41b7f1264814bcaa9207f0c1e4af1d456bbccc17.
Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/lib/Mime/Viewer/Itip.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/20c75f98fee4ad85b3b2851fd4f5503036047025
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Calendar invitation mails displays wrong end time
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
second before the true end time.
For example an event with
DTSTART:20140627T083000Z
DTEND:20140627T090000Z
is displayed as
Start: 2014-06-27 10:30
Slut: 2014-06-27 10:59
This behaviour seems to come from the change to
imp/lib/Mime/Viewer/Itip.php in
commit 41b7f1264814bcaa9207f0c1e4af1d456bbccc17, which was done in
response to ticket
#11976.Since kronolith now (from version 4.2.0RC1) handles DTEND correctly
again, the $end-1 hacks in Itip.php should be reverted.