mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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
16 lines
533 B
Text
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";
|
|
|