Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.41 KB

ics2toodledo

Convert ICS files into ToodleDo CVS import files.

Sample Call

The following call will convert all entries in the file /some/dir/my_calendar.ics into the CSV file /some/dir/toodledo.csv which can be uploaded into Toodledo. All alarms will be shifted to the day before (--delta -1) their respective events at 10 PM (--due-time 22:00). All events will be put into the folder Private and be tagged with Household.

icstoodleso.pl --folder Private \
               --tag Household \
               --priority high \
               --due-time 22:00 \
               --delta -1 \
               /some/dir/my_calendar.ics \
               /some/dir/toodledo.csv

Where To Obtain the ICS Files...

Continuous Integration Status Overview

Status Master
Snyk Vulnerability Known Vulnerabilities

Note: The vulnerability status is derived from the Python PIP packages found in requirement.txt which is in itself is generated from pip3 freeze.