<?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>free / busy does not work in dynamic</title> 
  <pubDate>Fri, 10 Apr 2026 18:27:17 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10347</link> 
  <atom:link rel="self" type="application/rss+xml" title="free / busy does not work in dynamic" href="https://bugs.horde.org/ticket/10347/rss" /> 
  <description>free / busy does not work in dynamic</description> 
 
   
   
  <item> 
   <title>Can see the status in the traditional view, but not in the d</title> 
   <description>Can see the status in the traditional view, but not in the dynamic view.</description> 
   <pubDate>Fri, 15 Jul 2011 15:33:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66377</link> 
  </item> 
   
  <item> 
   <title>Hi I&#039;m updating from Horde 3.3.8  and kronolith 2.3.4 to Hor</title> 
   <description>Hi I&#039;m updating from Horde 3.3.8  and kronolith 2.3.4 to Horde 4.0.7 and kronolith 3.0.5 and I having the same problem, in fact, the problem always exist in Horde 4.0.x and  kronolith 3.0.x (actually I&#039;m running some migration test, so on the process I updated it many times), but first I thought that it was configuration problem, but whatever I do, it&#039;s always there.</description> 
   <pubDate>Tue, 19 Jul 2011 17:26:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66438</link> 
  </item> 
   
  <item> 
   <title>I found the problem, that is on file ?horde/kronolith/js/kro</title> 
   <description>I found the problem, that is on file ?horde/kronolith/js/kronolith.js? and is related with the way to find the ?free/busy scheduling? response, because is index using the users description (?Name &lt;email@doman.com&gt;?) and them when the information is needed, is looking using the users mail ?email@doman.com? so it nerver will be find.

So we have to change  the line 5442 from:

this.insertFreeBusy(attendee.e);

To:

this.insertFreeBusy(attendee.l);

And the script will be ?almost? working, the olny problem now is that ?always? appear as ?free? not matter if the user have a full day. It&#039;s because the div&#039;s ?height? isn&#039;t set, so is too think that it can&#039;t be seen. For that problem we have to change the line 5517 (is not the exact line because I change the file but y very close to that number) from:

div = new Element(&#039;div&#039;).setStyle({ position: &#039;relative&#039; });

To:

div = new Element(&#039;div&#039;).setStyle({ position: &#039;relative&#039;, height: (td.offsetHeight - 3) + &#039;px&#039; });

And now we can enjoy from a fully complete ?free/busy scheduling?, rest only a few problem when the user have not busy day at all, so the  response is empty and the script fail because it, so the complete change is from:

div = new Element(&#039;div&#039;).setStyle({ position: &#039;relative&#039; });
td.insert(div);

To:
div = new Element(&#039;div&#039;).setStyle({ position: &#039;relative&#039;, height: (td.offsetHeight - 3) + &#039;px&#039; });
        td.insert(div);
	
	// Now verify that we got the correct occupation information for the user 
       if (fb.b.constructor != Object)
       {return;}


That&#039;s all.

I attach the file with the changes</description> 
   <pubDate>Wed, 20 Jul 2011 19:31:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66456</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

freebusy map</title> 
   <description>Changes have been made in Git for this ticket:

freebusy map is keyed by display name
Partially fixes Bug: 10347

Signed-off-by: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;

 1 files changed, 10 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/30b0cb03a9c25e0d018a383cce73bfd75d8b9b8c</description> 
   <pubDate>Sat, 06 Aug 2011 18:13:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66826</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Fix height o</title> 
   <description>Changes have been made in Git for this ticket:

Fix height of busy elements.
Partially fixes Bug: 10347
Signed-off-by: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;

 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9a94535170141d6525eb541cc48b0ec26c4006ad</description> 
   <pubDate>Sat, 06 Aug 2011 18:13:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66827</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

ensure that </title> 
   <description>Changes have been made in Git for this ticket:

ensure that $freebusy-&gt;b is always an object when serialized, even if it&#039;s empty.
Paritally fixes Bug: 10347

 1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/139ff0c8188d2f68160c4bc65369de14f6d0337c</description> 
   <pubDate>Sat, 06 Aug 2011 18:13:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66828</link> 
  </item> 
   
  <item> 
   <title>Changed the fix for no fb periods to always send a serialize</title> 
   <description>Changed the fix for no fb periods to always send a serialized object instead of array when empty. Otherwise, nice work, thanks!</description> 
   <pubDate>Sat, 06 Aug 2011 18:15:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10347#t66831</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
