Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex c2e181aa75 refactor: Added general config validations and timezone config 2020-06-03 00:04:43 -05:00
lib refactor: Added general config validations and timezone config 2020-06-03 00:04:43 -05:00
tests refactor: Added general config validations and timezone config 2020-06-03 00:04:43 -05:00
.gitignore fix: Used ArrayNodeDefinition to append taskwarrior config to main 2020-05-29 11:45:53 -05:00
README.md feat: Converted vcalendar todo events to taskwarrior tasks 2020-05-12 23:56:22 -05:00
composer.json feat(tw): Added project_tag_suffix config to use tag for tw project 2020-05-28 11:54:21 -05:00
config.yaml feat(tw): Added project_tag_suffix config to use tag for tw project 2020-05-28 11:54:21 -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>))