dependabot[bot] 3f48d76f48 build(deps-dev): bump mypy from 1.11.2 to 1.13.0 (#201) | hace 3 semanas | |
---|---|---|
.github | hace 11 meses | |
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 3 semanas | |
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