[turba] FreeBusy URL in turba

Alfonso Marí­n Marí­n almarin at um.es
Thu Dec 20 11:03:23 UTC 2007


Alfonso Marí­n Marí­n escribió:
> Hello,
> 
> I have configured Turba with a LDAP source with all my users, and at 
> first i don't want to modify my schemas to include free/busy url support.
> 
> I want to give a default free/busy url for all users based on their ID's 
> (specifically the kronolith one, 
> http:/myserver.com/kronolith/fb.php?u=[user])
> 
> ¿Can I create a "fake source" or something like that? ¿and given a id 
> return a "auto-generated" value?
> 
> ¿Any other solution?
> 
Hello,

Finally i could manage to get that result, and i answer to myself just 
to share the solution. My solution was, in my ldap source, mapping a 
field like:
'map' => array(
	...
'freebusyUrl' => array(
	'fields' => array('email'),
         'format' =>  'http://myserver.com/kronolith/fb.php?u=%s'),
	...


Bye.
Alfonso.




More information about the turba mailing list