Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex 9dda2d8127
Update README.md
2021-02-24 18:52:52 -06:00
bin feat: Added create config console command (support taskwarior) 2021-01-07 23:52:00 -06:00
lib feat: Added create config console command (support taskwarior) 2021-01-07 23:52:00 -06:00
tests refactor(tw): Removed unused project_prefix_suffix config 2020-09-13 01:26:22 -05:00
.gitignore fix: Used ArrayNodeDefinition to append taskwarrior config to main 2020-05-29 11:45:53 -05:00
README.md Update README.md 2021-02-24 18:52:52 -06:00
composer.json feat: Added create config console command (support taskwarior) 2021-01-07 23:52:00 -06:00
example-config.yaml refactor(tw): Removed unused project_prefix_suffix config 2020-09-13 01:26:22 -05:00
phpunit.xml.dist test: Fixed unit tests directory path 2020-09-13 01:29:05 -05:00

README.md

baikal-storage-plugin

Note

Plugin is still a work in progress

Install

composer require aerex/baikal-storage-plugin

Configuration

Create the config.yaml to your webserver. Make sure the file is writable by your webserver (e.g Apache, Nginx). For more details on the configuration details see the wiki page.

Usage

  • Add the plugin to Core/Frameworks/Baikal/Core/Server.php
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(<absolute/path/of/config/file>))