aerex/baikal-storage-plugin

There is no license information available for the latest version (0.2.4) of this package.

A Baikal plugin to sync iCal objects into storages such as taskwarrior and todist

0.2.4 2023-08-18 16:48 UTC

This package is auto-updated.

Last update: 2024-04-18 18:20:17 UTC


README

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