Summary | SEQUENCE field in iCal is incremented where it shouldn't |
Queue | Kronolith |
Queue Version | 2.1.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | martin.wagner (at) tngtech (dot) com |
Created | 01/10/2007 (6717 days ago) |
Due | |
Updated | 01/11/2007 (6716 days ago) |
Assigned | |
Resolved | 01/11/2007 (6716 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Replacing
$vEvent_reply->setAttribute('SEQUENCE',
$vEvent->getAttribute('SEQUENCE') + 1);
in imp/lib/MIME/Viewer/itip.php line 230 with
$vEvent_reply->setAttribute('SEQUENCE', $vEvent->getAttribute('SEQUENCE') );
should do the job.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ SEQUENCE field in iCal is incremented where it shouldn't
Queue ⇒ Kronolith
Kronolith increments the tag SEQUENCE in the reply. This confuses
Apple iCal and prevents it from parsing the reply.
The field must not be incremented, cf. RFC 2446, para. 2.1.4.
When Kronolith itself sends invitations in iCal format, it does not
include SEQUENCE tags. Thus, this bug does not affect Kronolith users
inviting each other.