Fabian Peter Hammerle f1edde3f6c pipeline: enable pylint_import_requirements explicitly | hace 4 años | |
---|---|---|
.github | hace 4 años | |
ical2vdir | hace 4 años | |
tests | hace 4 años | |
.gitignore | hace 4 años | |
.pylintrc | hace 4 años | |
CHANGELOG.md | hace 4 años | |
COPYING | hace 4 años | |
Pipfile | hace 4 años | |
Pipfile.lock | hace 4 años | |
README.md | hace 4 años | |
mypy.ini | hace 4 años | |
setup.py | hace 4 años |
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