exporting implemented. TODO: add timezone to ics

This commit is contained in:
2016-06-21 11:15:18 +02:00
parent 02b235a1ed
commit 3f3f624b66
2 changed files with 217 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ class Plugincalendarimporter extends Plugin
function init()
{
$this->registerHook('server.core.settings.init.before');
$this->registerHook('server.index.load.custom');
}
/**