Fabian Peter Hammerle 647366fe07 relock env with pipenv v2023.10.3 on python v3.11.2 (to remove "sanitized-package" entry, see log below); remove pylint-import-requirements from pipeline (see commit below) | il y a 1 an | |
---|---|---|
.github | il y a 1 an | |
ical2vdir | il y a 2 ans | |
tests | il y a 1 an | |
.gitignore | il y a 4 ans | |
.pylintrc | il y a 2 ans | |
CHANGELOG.md | il y a 1 an | |
COPYING | il y a 4 ans | |
Pipfile | il y a 1 an | |
Pipfile.lock | il y a 1 an | |
README.md | il y a 1 an | |
mypy.ini | il y a 2 ans | |
pyproject.toml | il y a 3 ans | |
setup.py | il y a 1 an |
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