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