Skip to content

Python library to convert between Taskwarrior and vObject

License

Notifications You must be signed in to change notification settings

jspricke/python-icstask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python library to convert between Taskwarrior and vObject

Installation

You need to have the Taskwarrior command line tool installed. For Debian/Ubuntu use:

$ sudo apt-get install taskwarrior

Using pip

$ pip install icstask

This will install all Python dependencies as well.

Using python-setuptools

$ python3 setup.py install

Known limitations

iCalendar -> Taskwarrior

  • PERCENT-COMPLETE is not supported as there is no representation in Taskwarrior.

VEVENT entries

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

About

Python library to convert between Taskwarrior and vObject

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages