calendarimporter 2.0.5:

- added settings widget
 - compatible with webapp 1.5 and 1.6
This commit is contained in:
2014-05-01 13:28:51 +00:00
parent baa184dcd9
commit 38855391f0
7 changed files with 254 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
/** Disable the export feature for all clients */
define('PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_EXPORT', false);
/** Disable the sync feature for all clients */
define('PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_SYNC', true);
define('PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_SYNC', true); // not yet implemented
/** The default calendar to import to*/
define('PLUGIN_CALENDARIMPORTER_DEFAULT', "calendar");