<?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>Birthdays from contacts</title> 
  <pubDate>Fri, 10 Apr 2026 01:05:02 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/723</link> 
  <atom:link rel="self" type="application/rss+xml" title="Birthdays from contacts" href="https://bugs.horde.org/ticket/723/rss" /> 
  <description>Birthdays from contacts</description> 
 
   
   
  <item> 
   <title>Would be nice to have birthdays saved with the contacts and </title> 
   <description>Would be nice to have birthdays saved with the contacts and automagicaly see them in the Calender :)

BTW: Really nice work so far ! Keep it on !</description> 
   <pubDate>Mon, 25 Oct 2004 23:26:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t2634</link> 
  </item> 
   
  <item> 
   <title>Believe it or not, I want to have this for a few years now, </title> 
   <description>Believe it or not, I want to have this for a few years now, but never got to it.</description> 
   <pubDate>Tue, 26 Oct 2004 08:25:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t2644</link> 
  </item> 
   
  <item> 
   <title>so maybe now is just the right time to start working on it :</title> 
   <description>so maybe now is just the right time to start working on it :D

I wonder how much intercommunication between turba and kronolith is possible.

From my (deliberatly uninvolved) point of view it would be quite easy for kronolith to get the birthdates from turba, or am I wrong ?

Don&#039;t find me bothering here, I&#039;m just a little nosy :)</description> 
   <pubDate>Tue, 26 Oct 2004 14:29:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t2655</link> 
  </item> 
   
  <item> 
   <title>Should be just the semantics of the label but it would also </title> 
   <description>Should be just the semantics of the label but it would also be nice to have Anniversaries, Christenings, or whatever in addition to birthdays.</description> 
   <pubDate>Fri, 03 Nov 2006 15:11:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t25646</link> 
  </item> 
   
  <item> 
   <title>This has been implemented in CVS HEAD through the listTimeOb</title> 
   <description>This has been implemented in CVS HEAD through the listTimeObjects API. For now we only return attributes with the name &quot;birthday&quot; but this could easily be extended in the future to return any attributes of a date or datetime type.</description> 
   <pubDate>Fri, 12 Jan 2007 01:20:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t28310</link> 
  </item> 
   
  <item> 
   <title>I have added the Address Book to my external events on my ca</title> 
   <description>I have added the Address Book to my external events on my calendar in order to have the birthdays from my address book show on my calendar. 



The time to show my calendar went from 1-2 seconds to 15-20 seconds!  Should an index be built or something else to reduce the significant impact this feature has?  



I am running the latest CVS code and have about 700 entries in the turba_objects table.



thanks,

Michael</description> 
   <pubDate>Sun, 21 Oct 2007 19:37:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t37908</link> 
  </item> 
   
  <item> 
   <title>Sounds like that would definitely help in your case. For now</title> 
   <description>Sounds like that would definitely help in your case. For now I feel like this is best left to individual sites/DBAs and how they organize their tables.</description> 
   <pubDate>Sun, 21 Oct 2007 20:29:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t37911</link> 
  </item> 
   
  <item> 
   <title>Thanks for the quick reply.



I did simply create an index </title> 
   <description>Thanks for the quick reply.



I did simply create an index by the object_bday field.  It really did not make a difference.  Is there something more to it than that?  



What I did was issue this command:

ALTER TABLE `turba_objects` ADD INDEX ( `object_bday` ) 



The resulting lookup was not any faster.



By the way - out of my 700 turba entries, only 25 actually have a birthday entry.  Is the listBirthday function reading every turba entry?  Do I need to modify the listBirthday function to know about/take advantage of this new index?



thanks again,

REALLY great feature!</description> 
   <pubDate>Sun, 21 Oct 2007 20:37:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t37912</link> 
  </item> 
   
  <item> 
   <title>Indexes won&#039;t help because listBirthdays() is a generic func</title> 
   <description>Indexes won&#039;t help because listBirthdays() is a generic function that does the date comparisons itself.  It fetches all contact objects and then checks the birthday dates one-by-one.



To improve speed, we would need to do the date comparisons in the backend database.  This means either using a more specific search criteria in the call to search() or implementing an optimized listBirthday() function in each backend driver.</description> 
   <pubDate>Mon, 22 Oct 2007 03:34:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t37913</link> 
  </item> 
   
  <item> 
   <title>Thanks for the info.



Since this sounds like something the</title> 
   <description>Thanks for the info.



Since this sounds like something the developers would have to handle, should I - or you - submit this as an enhancement request?</description> 
   <pubDate>Mon, 22 Oct 2007 04:00:55 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t37914</link> 
  </item> 
   
  <item> 
   <title>&gt; should I - or you - submit this as an enhancement request?</title> 
   <description>&gt; should I - or you - submit this as an enhancement request?



Yes, please.</description> 
   <pubDate>Mon, 22 Oct 2007 04:51:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/723#t37915</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
