|  | 4 月之前 | |
|---|---|---|
| .github | 6 月之前 | |
| ical2vdir | 3 年之前 | |
| tests | 2 年之前 | |
| .gitignore | 5 年之前 | |
| .pylintrc | 10 月之前 | |
| CHANGELOG.md | 10 月之前 | |
| COPYING | 5 年之前 | |
| Pipfile | 10 月之前 | |
| Pipfile.lock | 4 月之前 | |
| README.md | 2 年之前 | |
| mypy.ini | 3 年之前 | |
| pyproject.toml | 4 年之前 | |
| setup.py | 10 月之前 | 
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