Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex 84ecfb5ad1 feat: Added missing symfony/yaml dep 2020-05-13 00:09:35 -05:00
lib feat: Converted vcalendar todo events to taskwarrior tasks 2020-05-12 23:56:22 -05:00
tests feat: Converted vcalendar todo events to taskwarrior tasks 2020-05-12 23:56:22 -05:00
.gitignore feat: Initial commit 2020-05-04 23:23:17 -05:00
README.md feat: Converted vcalendar todo events to taskwarrior tasks 2020-05-12 23:56:22 -05:00
composer.json feat: Added missing symfony/yaml dep 2020-05-13 00:09:35 -05:00
phpunit.xml.dist feat: Converted vcalendar todo events to taskwarrior tasks 2020-05-12 23:56:22 -05:00

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>))