<?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>ListAlarms: retrieve only calendars with events having alarm</title> 
  <pubDate>Fri, 10 Apr 2026 13:09:12 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8638</link> 
  <atom:link rel="self" type="application/rss+xml" title="ListAlarms: retrieve only calendars with events having alarm" href="https://bugs.horde.org/ticket/8638/rss" /> 
  <description>ListAlarms: retrieve only calendars with events having alarm</description> 
 
   
   
  <item> 
   <title>Hello

For reducing the duration of the Horde_Alarm reminder</title> 
   <description>Hello

For reducing the duration of the Horde_Alarm reminder script, in kronolith/lib/Kronolith.php, listAlarms(): instead of storing all calendars, can we only store calendars in which exist events with alarm ?

In our case, that will improve performances for about 40 seconds.



function listAlarms

- $alarms[$cal] = $kronolith_driver-&gt;listAlarms($date, $fullevent);



+ $result = $kronolith_driver-&gt;listAlarms($date, $fullevent);

+ if (! empty($result) ) {

+   $alarms[$cal] = $result;

+ }</description> 
   <pubDate>Wed, 14 Oct 2009 13:12:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8638#t56268</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Speed up lis</title> 
   <description>Changes have been made in Git for this ticket:

Speed up listing alarms (Request #8638).

http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-hatchery&amp;r1=09797b5ba08875de7c6c81ac6339818122e1b80d&amp;r2=b8c03895ec6fb150adbc3f5a2644cac3a6ffc202
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-hatchery&amp;r1=cdd3a283320b87a5ea9aa0ea09a14371f46a9bf3&amp;r2=b8c03895ec6fb150adbc3f5a2644cac3a6ffc202</description> 
   <pubDate>Wed, 14 Oct 2009 13:40:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8638#t56269</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

MFH: Speed u</title> 
   <description>Changes have been made in CVS for this ticket:

MFH: Speed up listing alarms (Request #8638).
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde&amp;r1=1.165.2.272&amp;r2=1.165.2.273&amp;ty=u
http://cvs.horde.org/diff.php/kronolith/lib/api.php?rt=horde&amp;r1=1.126.2.64&amp;r2=1.126.2.65&amp;ty=u</description> 
   <pubDate>Wed, 14 Oct 2009 13:43:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8638#t56270</link> 
  </item> 
   
  <item> 
   <title>That&#039;s really a nice catch and an impressive improvement, th</title> 
   <description>That&#039;s really a nice catch and an impressive improvement, thanks a lot!</description> 
   <pubDate>Wed, 14 Oct 2009 13:43:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8638#t56272</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Speed up lis</title> 
   <description>Changes have been made in Git for this ticket:

Speed up listing alarms (Request #8638).

http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&amp;r1=09797b5ba08875de7c6c81ac6339818122e1b80d&amp;r2=b8c03895ec6fb150adbc3f5a2644cac3a6ffc202
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&amp;r1=cdd3a283320b87a5ea9aa0ea09a14371f46a9bf3&amp;r2=b8c03895ec6fb150adbc3f5a2644cac3a6ffc202</description> 
   <pubDate>Wed, 13 Jan 2010 00:13:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8638#t57640</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
