Baikal plugin to sync iCal objects into storages such as taskwarrior and todist.
Go to file
Aerex 56eb7e7571 fix: Used correct declaration for setRawConfigs
- chore: Added README
2020-05-04 23:39:00 -05:00
lib fix: Used correct declaration for setRawConfigs 2020-05-04 23:39:00 -05:00
tests feat: Initial commit 2020-05-04 23:23:17 -05:00
.gitignore feat: Initial commit 2020-05-04 23:23:17 -05:00
README.md fix: Used correct declaration for setRawConfigs 2020-05-04 23:39:00 -05:00
composer.json chore: Downgrade symfony/config to ^3.4 2020-05-04 23:25:11 -05:00
phpunit.xml.dist feat: Initial commit 2020-05-04 23:23:17 -05:00

README.md

baikal-storage-plugin

Install

composer require aerex/baikal-storage-plugin

Usage

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