icaltask is a taskwarrior hook that converts taskwarrior tasks into iCalendar VTODO events and exports them to an iCalendar server.
$ python3 setup.py install
Generate the sample configuration file by running the following command. How to use configure the file is documented in the file.
$ icaltask copy-config
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