https://github.com/marcus67/ics2toodledo
convert ICS files into ToodleDo CVS import files
https://github.com/marcus67/ics2toodledo
ics ics-files python python3 toodledo
Last synced: 5 months ago
JSON representation
convert ICS files into ToodleDo CVS import files
- Host: GitHub
- URL: https://github.com/marcus67/ics2toodledo
- Owner: marcus67
- License: gpl-3.0
- Created: 2018-01-21T16:11:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T14:46:54.000Z (over 6 years ago)
- Last Synced: 2025-04-02T13:11:27.277Z (about 1 year ago)
- Topics: ics, ics-files, python, python3, toodledo
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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...
* Bonn, Germany: https://www.bonnorange.de/abfuhrtermine.html
## Continuous Integration Status Overview
| Status | Master |
|:------ |:------ |
| Snyk Vulnerability | 
Note: The vulnerability status is derived from the Python PIP packages found in `requirement.txt` which is in itself
is generated from `pip3 freeze`.