dependabot[bot] 4124c02281 build(deps-dev): bump pytest from 7.4.0 to 7.4.2 (#137) | 1 yıl önce | |
---|---|---|
.github | 1 yıl önce | |
ical2vdir | 2 yıl önce | |
tests | 1 yıl önce | |
.gitignore | 4 yıl önce | |
.pylintrc | 2 yıl önce | |
CHANGELOG.md | 1 yıl önce | |
COPYING | 4 yıl önce | |
Pipfile | 1 yıl önce | |
Pipfile.lock | 1 yıl önce | |
README.md | 1 yıl önce | |
mypy.ini | 2 yıl önce | |
pyproject.toml | 3 yıl önce | |
setup.py | 1 yıl önce |
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