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) | hace 1 año | |
---|---|---|
.github | hace 1 año | |
ical2vdir | hace 2 años | |
tests | hace 1 año | |
.gitignore | hace 4 años | |
.pylintrc | hace 2 años | |
CHANGELOG.md | hace 1 año | |
COPYING | hace 4 años | |
Pipfile | hace 1 año | |
Pipfile.lock | hace 1 año | |
README.md | hace 1 año | |
mypy.ini | hace 2 años | |
pyproject.toml | hace 3 años | |
setup.py | hace 1 año |
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