Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
a89dd17991
- feat: Added warn logger method to logger class |
||
---|---|---|
lib | ||
tests | ||
.gitignore | ||
composer.json | ||
config.yaml | ||
phpunit.xml.dist | ||
README.md |
baikal-storage-plugin
Install
composer require aerex/baikal-storage-plugin
Configuration
Copy sample configuration to your baikal installation. Make sure that the folder is writable
Usage
- Add the plugin to
Core/Frameworks/Baikal/Core/Server.php
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(<path-of-config-file>))