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:///'; +