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