Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.02 KB

README.rst

File metadata and controls

41 lines (29 loc) · 1.02 KB

icaltask

version

icaltask is a taskwarrior hook that converts taskwarrior tasks into iCalendar VTODO events and exports them to an iCalendar server.

Install

Using python-setuptools

$ python3 setup.py install

Configuration

Generate the sample configuration file by running the following command. How to use configure the file is documented in the file.

$ icaltask copy-config

Hooks and UDA Configs

Run the following command to create the on-add and on-modify hooks. This will also add the necessary UDA configuration into your taskwarrior configuration file

$ icaltask install

To remove the hooks and UDA configuration run the following command

$ icaltask uninstall

Related Projects

baikal-storage-plugin