[horde] Problems with FBURL
Christopher Neuhaus
cne at ruhrverband.de
Tue Jun 11 10:14:05 UTC 2013
Hi!
I've got a problem with the freebusy-URL in H5.
In turba/config/backends.local.php, I have realised this through ..
$cfgSources['ldap_entry'] = array(
'disabled' => false,
'title' => _("My Entry"),
'type' => 'ldap',
'params' => array(
'server' => 'ldap.server.tld',
[...]
'dn' => array('uid'),
'objectclass' => array('calEntry'),
[...]
),
'map' => array(
'__key' => 'dn',
'__uid' => 'uid',
[...]
'freebusyUrl' => 'calFBURL',
or
'freebusyUrl' => array('fields' => array('__uid'),
'format' =>
'http://server.tld/horde/kronolith/fb.php?u=%s'),
),
[...]
),
Kronolith is configured to use the address book.
The FBURL can be opened by wget from the H5 server.
In H3 there is no problem to use this.
In H5 the error occurs: Can`t find the freebusy information of the
wanted email at server.tld.
The only hint I get is from Firebug (Firefox 20.0) when opening
http://server.tld/horde/services/ajax.php/kronolith/getFreeBusy:
TypeError: t.escapeHTML is not a function
[Bei diesem Fehler anhalten]
displayFilter: function(t) { return t.escapeHTML(); },
Did I miss something?
Christopher
More information about the horde
mailing list