<?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>iCalendar DTEND wrong date</title> 
  <pubDate>Sun, 05 Apr 2026 20:44:18 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/5652</link> 
  <atom:link rel="self" type="application/rss+xml" title="iCalendar DTEND wrong date" href="https://bugs.horde.org/ticket/5652/rss" /> 
  <description>iCalendar DTEND wrong date</description> 
 
   
   
  <item> 
   <title>I am trying to sync a calendar and it does work with the pat</title> 
   <description>I am trying to sync a calendar and it does work with the path below



I guess over righting and reading the same value at the same time doesn&#039;t work all the time.





--- /var/www/html/horde/framework/iCalendar/iCalendar.php       2007-06-27 19:23:11.000000000 +0200

+++ iCalendar.php       2007-08-21 11:59:05.000000000 +0200

@@ -848,9 +848,9 @@

                         // VCALENDAR 1.0 uses T000000 - T235959 for all day events:

                         if ($this-&gt;isOldFormat() &amp;&amp; $name == &#039;DTEND&#039;) {

                             $value = new Horde_Date(array(

-                                   &#039;year&#039; =&gt; $value-&gt;year,

-                                   &#039;month&#039; =&gt; $value-&gt;month,

-                                   &#039;mday&#039; =&gt; $value-&gt;mday - 1));

+                                   &#039;year&#039; =&gt; $attribute[&#039;value&#039;][&#039;year&#039;],

+                                   &#039;month&#039; =&gt; $attribute[&#039;value&#039;][&#039;month&#039;],

+                                   &#039;mday&#039; =&gt; ($attribute[&#039;value&#039;][&#039;mday&#039;] - 1)));

                             $value-&gt;correct();

                             $value = $this-&gt;_exportDate($value, &#039;235959&#039;);

                         } else {

</description> 
   <pubDate>Tue, 21 Aug 2007 10:05:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5652#t36117</link> 
  </item> 
   
  <item> 
   <title>Makes sense to me. Thanks for the patch, it&#039;s been committed</title> 
   <description>Makes sense to me. Thanks for the patch, it&#039;s been committed.</description> 
   <pubDate>Wed, 22 Aug 2007 01:30:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5652#t36159</link> 
  </item> 
   
  <item> 
   <title>whTA IS THE NAME OF THE RESTUARNT</title> 
   <description>whTA IS THE NAME OF THE RESTUARNT</description> 
   <pubDate>Tue, 07 Apr 2009 17:32:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5652#t53584</link> 
  </item> 
   
  <item> 
   <title>whTA IS THE NAME OF THE RESTUARNT</title> 
   <description>whTA IS THE NAME OF THE RESTUARNT</description> 
   <pubDate>Tue, 07 Apr 2009 17:33:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5652#t53585</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
