Added Nextcloud save to Calendar #569

This commit is contained in:
the-djmaze 2022-10-25 16:08:28 +02:00
parent e183764e51
commit 797c95877e
5 changed files with 154 additions and 19 deletions

View file

@ -30,6 +30,7 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
$this->addJs('js/messagelist.js');
$this->addTemplate('templates/PopupsNextcloudFiles.html');
$this->addTemplate('templates/PopupsNextcloudCalendars.html');
}
}