dependabot[bot] 27a5d7896d build(deps-dev): bump aiohttp from 3.10.2 to 3.11.2 | il y a 3 jours | |
---|---|---|
.github | il y a 11 mois | |
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 3 jours | |
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