|
|
il y a 10 mois | |
|---|---|---|
| .github | il y a 10 mois | |
| ical2vdir | il y a 3 ans | |
| tests | il y a 2 ans | |
| .gitignore | il y a 5 ans | |
| .pylintrc | il y a 10 mois | |
| CHANGELOG.md | il y a 10 mois | |
| COPYING | il y a 5 ans | |
| Pipfile | il y a 10 mois | |
| Pipfile.lock | il y a 10 mois | |
| README.md | il y a 2 ans | |
| mypy.ini | il y a 3 ans | |
| pyproject.toml | il y a 4 ans | |
| setup.py | il y a 10 mois |
Convert / split single iCalendar
.ics file into a
vdir directory.
Pre-existing files will be updated or left unchanged.
Compatible with khal.
$ sudo apt-get install python3-icalendar # optional
$ pip3 install --user --upgrade ical2vdir
$ ical2vdir < input.ics --output-dir /some/path
Or download .ics from Google Calendar:
$ curl https://calendar.google.com/calendar/ical/someone%40gmail.com/private-1234/basic.ics \
| pipenv run ical2vdir --output-dir output/
Remove files from output directory that are not available in input:
$ ical2vdir < input.ics --output-dir /some/path --delete