[Tickets #1236] Cannot access Free/Busy data on a Kolab backend
bugs at bugs.horde.org
bugs at bugs.horde.org
Fri Jan 28 01:52:55 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1236
-----------------------------------------------------------------------
Ticket | 1236
Updated By | a.gungl at gmx.de
Summary | Cannot access Free/Busy data on a Kolab backend
Queue | Kronolith
Version | HEAD
State | Assigned
Priority | 1. Low
Type | Bug
Owners | Stuart K Bingë
-----------------------------------------------------------------------
a.gungl at gmx.de (2005-01-28 01:52) wrote:
To provide some more details:
kronolith/lib/Storage/kolab.php looks good:
function search($email, $private_only = false)
{
global $conf;
$fb_url = 'http://' . $conf['kolab']['imap']['server'] .
"/freebusy/$email.vfb";
$vfb_text = file_get_contents($fb_url);
if ($vfb_text === false) {
return PEAR::raiseError(sprintf(_("Unable to retrieve free/busy
information for %s"),
$fb_url),
KRONOLITH_ERROR_FB_NOT_FOUND);
}
I think that this method is never called, I can't find appropriate requests
to the f/b URL in my Apache logs. So far I've tracked it down to the class
kronolith/lib/Kronolith.php and function getFreeBusyUrl(...).
More information about the bugs
mailing list