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) | vor 1 Jahr | |
---|---|---|
.github | vor 1 Jahr | |
ical2vdir | vor 2 Jahren | |
tests | vor 1 Jahr | |
.gitignore | vor 4 Jahren | |
.pylintrc | vor 2 Jahren | |
CHANGELOG.md | vor 1 Jahr | |
COPYING | vor 4 Jahren | |
Pipfile | vor 1 Jahr | |
Pipfile.lock | vor 1 Jahr | |
README.md | vor 1 Jahr | |
mypy.ini | vor 2 Jahren | |
pyproject.toml | vor 3 Jahren | |
setup.py | vor 1 Jahr |
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