Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex 7c972550ff docs: Cleaned up docs and added information on using cli 2021-07-05 15:41:03 -05:00
bin refactor: Renamed the cli file 2021-07-05 15:39:45 -05:00
lib feat: Added autocomplete file path in cli command 2021-07-05 15:40:16 -05: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 docs: Cleaned up docs and added information on using cli 2021-07-05 15:41:03 -05:00
composer.json chore: Updated composer file to use correct binary name 2021-07-05 15:40:46 -05:00
example-config.yaml chore: Generalized example config values 2021-07-02 19:38:50 -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

You can use the CLI to help you generate a config file or use the example configuration provided in the project. Make sure the file is writable by your webserver (e.g Apache, Nginx).

Use the CLI

Run the command ./vendor/baikalstorage and follow the instructions

Manual

Copy the example-config.yaml file and rename it to config.yaml.

Usage

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