Fabian Peter Hammerle f611d0a937 pipeline: upgrade pipenv | před 3 roky | |
---|---|---|
.github | před 3 roky | |
ical2vdir | před 4 roky | |
tests | před 3 roky | |
.gitignore | před 4 roky | |
.pylintrc | před 3 roky | |
CHANGELOG.md | před 3 roky | |
COPYING | před 4 roky | |
Pipfile | před 3 roky | |
Pipfile.lock | před 3 roky | |
README.md | před 4 roky | |
mypy.ini | před 4 roky | |
pyproject.toml | před 3 roky | |
setup.py | před 3 roky |
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