<?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 URL Can&#039;t work with multiples email per contact</title> 
  <pubDate>Sun, 05 Apr 2026 22:08:55 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/13875</link> 
  <atom:link rel="self" type="application/rss+xml" title="Free/Busy URL Can&#039;t work with multiples email per contact" href="https://bugs.horde.org/ticket/13875/rss" /> 
  <description>Free/Busy URL Can&#039;t work with multiples email per contact</description> 
 
   
   
  <item> 
   <title>Hi

I&#039;m having a problem with Free/Busy Url in Kronolith a</title> 
   <description>Hi

I&#039;m having a problem with Free/Busy Url in Kronolith app.

When I started to set up the Turba app, I realized that it had only enabled an email field per contact (I&#039;m using localsql backend). After I&#039;m making some research, I discovered how to enabled more emails per contact. I enabled the option &quot;Allow-Multi = true&quot; in mail attribute on /horde/turba/config/attributes.php. (Figure 1)

After that, I started my test.

I created a contact with one email and I set him with your Free/Busy URL. When I create an event, and added the contact in &quot;attendees&quot;, the kronolith return correctly Free/Busy Information. (Figure 2)

Again I created another contact, but this time I added two emails (Separeted by comma) in email field and I set the same Free/Busy URL for this contact. When I created an event, and added the contact in &quot;attendees&quot;(using any email from this contact), the kronolith can&#039;t return de Free/Busy Information. (Figure 3)

Faced with this problem, I enabled &quot;debug&quot;  the Horde to see what happened when I added these contacts, I realized then (following the debug attached) The Kronolith execute a sql string (&quot;Select&quot;) in table (Turba_Objects) to search the email. Knowing that I checked the table and it stores all emails contacts in the same field (object_email) (separeted by comma). The sql string can&#039;t find the email.

My suggestion to fix this bug is add to SQL String the &quot;Like&quot; operator, following the example below

SELECT * from Turba_Objects WHERE (object_email LIKE &#039;%gabrielkras@hotmail.com%&#039; AND owner_id = &#039;krasz&#039;)


I hope you can help me.

Sorry for my bad English :(

Best Regards
Gabriel Kraszczuk</description> 
   <pubDate>Fri, 20 Feb 2015 17:16:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13875#t87503</link> 
  </item> 
   
  <item> 
   <title>There are several hard-coded assumption for using the &#039;email</title> 
   <description>There are several hard-coded assumption for using the &#039;email&#039; attribute in Turba. Changing these is planned in a future major version. See other reports for searching for &#039;email&#039;.</description> 
   <pubDate>Mon, 23 Feb 2015 11:47:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13875#t87512</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
