Skip to main content

Python library to convert between Taskwarrior and vObject

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

icstask-0.4.0.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

icstask-0.4.0-py3-none-any.whl (18.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page