<?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>Freebusy: unknown blocks</title> 
  <pubDate>Fri, 10 Apr 2026 14:48:37 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6700</link> 
  <atom:link rel="self" type="application/rss+xml" title="Freebusy: unknown blocks" href="https://bugs.horde.org/ticket/6700/rss" /> 
  <description>Freebusy: unknown blocks</description> 
 
   
   
  <item> 
   <title>Hello,



I found a problem displaying the freebusy-informat</title> 
   <description>Hello,



I found a problem displaying the freebusy-information for required attendees. Allways the block &quot;unknown&quot; is displayed. In the part of &quot;All attendees&quot; the correct &quot;sum&quot; is displayed. So the problem is somewhere in



kronolith/lib/FBView.php -&gt; function _getBlocks



            if ($member-&gt;getStart() &gt; $start ||

                $member-&gt;getEnd() &lt; $end) {

                $blocks .= $template-&gt;fetch(KRONOLITH_TEMPLATES . &#039;/fbview/unknownblock.html&#039;);

                continue;

            }





My hotfix looks like this so the freebusy-blocks are displayed correct...



            if ($member-&gt;getStart() == 0 || $member-&gt;getEnd() == 0) {

                $blocks .= $template-&gt;fetch(KRONOLITH_TEMPLATES . &#039;/fbview/unknownblock.html&#039;);

                continue;

            }



We use horde in a kolab environment.



Greetings

Heiko Nöthen</description> 
   <pubDate>Wed, 14 May 2008 14:17:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6700#t45269</link> 
  </item> 
   
  <item> 
   <title>Works perfectly fine here, without any changes.</title> 
   <description>Works perfectly fine here, without any changes.</description> 
   <pubDate>Fri, 16 May 2008 21:03:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6700#t45318</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
