Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex f63e2d0e2e fix: Used completed property instead of dtend in vtodo event 2020-07-31 02:35:51 -05:00
lib fix: Used completed property instead of dtend in vtodo event 2020-07-31 02:35:51 -05:00
tests feat: Added config html page for storages on baikal browser 2020-06-14 23:55:05 -05:00
.gitignore fix: Used ArrayNodeDefinition to append taskwarrior config to main 2020-05-29 11:45:53 -05:00
README.md fix: Used completed property instead of dtend in vtodo event 2020-07-31 02:35:51 -05:00
composer.json fix: Upgraded sabre/dav 2020-06-11 11:24:06 -05:00
example-config.yaml fix: Used completed property instead of dtend in vtodo event 2020-07-31 02:35:51 -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 by your webserver (e.g Apache, Nginx)

Usage

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