ports/mail/roundcube-calendar-kolab/files/patch-plugins_calendar_config.inc.php.dist
Chris Rees aae14a85b1 Roundcube calendar plugin, by Kolab.
This plugin currently supports a local database as well as a Kolab groupware
server as backends for calendar and event storage.

WWW: https://docs.kolab.org/webmail-user-guide/roundcubemail/_plugins/calendar/index.html
2021-02-18 11:40:05 +00:00

16 lines
533 B
Text

--- plugins/calendar/config.inc.php.dist.orig 2021-02-18 09:45:46 UTC
+++ plugins/calendar/config.inc.php.dist
@@ -25,6 +25,13 @@
+-------------------------------------------------------------------------+
*/
+/*
+ * In order to initialise the calendar database tables, on first setup it
+ * is necessary to run (for example, if you are using MySQL):
+ *
+ * # mysql roundcubemail < %%WWWDIR%%/calendar/drivers/database/SQL/mysql.initial.sql
+ */
+
// backend type (database, kolab)
$config['calendar_driver'] = "database";