From f7f6c10c4ac432255e4ed39dee9eb50dc5c6989d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Wed, 16 May 2012 16:33:07 +0200 Subject: [PATCH] Add some documentation --- plugins/calendar/lib/get_horde_icalendar.sh | 1 + plugins/libkolab/README | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/plugins/calendar/lib/get_horde_icalendar.sh b/plugins/calendar/lib/get_horde_icalendar.sh index 07b76088..1992bf27 100755 --- a/plugins/calendar/lib/get_horde_icalendar.sh +++ b/plugins/calendar/lib/get_horde_icalendar.sh @@ -16,6 +16,7 @@ echo ".sql + + +CONFIGURATION +------------- +The following options can be configured in Roundcube's main config file +or a local config file (config.inc.php) located in the plugin folder. + +// Enable caching of Kolab objects in local database +$rcmail_config['kolab_cache'] = true; + +// Optional override of the URL to read and trigger Free/Busy information of Kolab users +// Defaults to https:///freebusy +$rcmail_config['kolab_freebusy_server'] = 'https:///'; +