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) | před 1 rokem | |
---|---|---|
.github | před 1 rokem | |
ical2vdir | před 2 roky | |
tests | před 1 rokem | |
.gitignore | před 4 roky | |
.pylintrc | před 2 roky | |
CHANGELOG.md | před 1 rokem | |
COPYING | před 4 roky | |
Pipfile | před 1 rokem | |
Pipfile.lock | před 1 rokem | |
README.md | před 1 rokem | |
mypy.ini | před 2 roky | |
pyproject.toml | před 3 roky | |
setup.py | před 1 rokem |
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