calendarimporter: added exportfeature - not finished yet

TODO: ical creater backend, download
This commit is contained in:
2012-12-05 21:31:10 +00:00
parent e64d8415bc
commit 76c2f9192a
8 changed files with 237 additions and 16 deletions

View File

@@ -47,7 +47,8 @@ class Plugincalendarimporter extends Plugin {
'plugins' => Array(
'calendarimporter' => Array(
'enable' => PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE,
'default_calendar' => PLUGIN_CALENDARIMPORTER_DEFAULT // currently not used, maybe in next release
'enable_export' => PLUGIN_CALENDARIMPORTER_USER_DEFAULT_ENABLE_EXPORT,
'default_calendar' => PLUGIN_CALENDARIMPORTER_DEFAULT // currently not used, maybe in next release
)
)
)