dependabot[bot] b63a1c9402 build(deps-dev): bump mypy from 1.7.1 to 1.8.0 (#157) | 10 miesięcy temu | |
---|---|---|
.github | 10 miesięcy temu | |
ical2vdir | 2 lat temu | |
tests | 1 rok temu | |
.gitignore | 4 lat temu | |
.pylintrc | 2 lat temu | |
CHANGELOG.md | 1 rok temu | |
COPYING | 4 lat temu | |
Pipfile | 1 rok temu | |
Pipfile.lock | 10 miesięcy temu | |
README.md | 1 rok temu | |
mypy.ini | 2 lat temu | |
pyproject.toml | 3 lat temu | |
setup.py | 1 rok temu |
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