<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>SEQUENCE field in iCal is incremented where it shouldn&#039;t</title> 
  <pubDate>Fri, 10 Apr 2026 02:21:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/4863</link> 
  <atom:link rel="self" type="application/rss+xml" title="SEQUENCE field in iCal is incremented where it shouldn&#039;t" href="https://bugs.horde.org/ticket/4863/rss" /> 
  <description>SEQUENCE field in iCal is incremented where it shouldn&#039;t</description> 
 
   
   
  <item> 
   <title>When replying to an invitation in iCal format e.g. from Appl</title> 
   <description>When replying to an invitation in iCal format e.g. from Apple iCal, 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.</description> 
   <pubDate>Wed, 10 Jan 2007 18:15:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4863#t28213</link> 
  </item> 
   
  <item> 
   <title>It seems that IMP is to blame.



Replacing

$vEvent_reply-&gt;</title> 
   <description>It seems that IMP is to blame.



Replacing

$vEvent_reply-&gt;setAttribute(&#039;SEQUENCE&#039;, $vEvent-&gt;getAttribute(&#039;SEQUENCE&#039;) + 1);

 in  imp/lib/MIME/Viewer/itip.php line 230 with

$vEvent_reply-&gt;setAttribute(&#039;SEQUENCE&#039;, $vEvent-&gt;getAttribute(&#039;SEQUENCE&#039;) );

should do the job.</description> 
   <pubDate>Wed, 10 Jan 2007 18:30:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4863#t28218</link> 
  </item> 
   
  <item> 
   <title>Fixed, thanks! I also took out setting it to 0 if it didn&#039;t </title> 
   <description>Fixed, thanks! I also took out setting it to 0 if it didn&#039;t already exist.</description> 
   <pubDate>Thu, 11 Jan 2007 03:22:57 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/4863#t28228</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
