- Reads and writes Taskwarrior Data.
You need to have the Taskwarrior command line tool installed. For Debian/Ubuntu use:
$ sudo apt-get install taskwarrior
$ pip install icstask
This will install all Python dependencies as well.
$ python3 setup.py install
- PERCENT-COMPLETE is not supported as there is no representation in Taskwarrior.
This project only handles VTODO entries. If you wan to import VEVENT entries try something like:
$ sed -e 's/VEVENT/VTODO/' -e 's/DTSTART/DUE/' ww.ics | ics2task