Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex 1217c2f5e4 refactor(tw): Removed unused project_prefix_suffix config 2020-09-13 01:26:22 -05:00
lib refactor(tw): Removed unused project_prefix_suffix config 2020-09-13 01:26:22 -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 fix: Prevent importing calendar tasks if coming from taskwarrior cli 2020-07-31 02:41:04 -05:00
composer.json refactor(tw): Removed unused project_prefix_suffix config 2020-09-13 01:26:22 -05:00
example-config.yaml refactor(tw): Removed unused project_prefix_suffix config 2020-09-13 01:26:22 -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

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