<?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>Couldn&#039;t sync my Outlook with Funambol</title> 
  <pubDate>Fri, 10 Apr 2026 11:53:31 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7213</link> 
  <atom:link rel="self" type="application/rss+xml" title="Couldn&#039;t sync my Outlook with Funambol" href="https://bugs.horde.org/ticket/7213/rss" /> 
  <description>Couldn&#039;t sync my Outlook with Funambol</description> 
 
   
   
  <item> 
   <title>There is a bug in the SQL driver in the getByUID function if</title> 
   <description>There is a bug in the SQL driver in the getByUID function if I tried to sync my Outlook with the installed Funambol plugin (version 7.0.7). Someone descripted the error already: http://www.nabble.com/Mysql-DB-Syntax-Error-td18839953.html

And indeed, the suggested error was an empty calendar_id. But why?

It lays in the line 421:

$values = array_merge($values, $calendars);

$calendars is not an array in every case! I just added a before this line following command:

$calendars = array($calendars);



And now, after some tests it looks like it works like a charme.



I hope I could help and remove one bug ;-).

Thanks for this great software...</description> 
   <pubDate>Sun, 17 Aug 2008 16:37:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7213#t48248</link> 
  </item> 
   
  <item> 
   <title>That&#039;s not the only place this function expects $calendars t</title> 
   <description>That&#039;s not the only place this function expects $calendars to be an array - can you trace (using debug_backtrace) to see in what cases $calendars is not an array?</description> 
   <pubDate>Sun, 17 Aug 2008 17:43:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7213#t48251</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
