|
|
hace 3 años | |
|---|---|---|
| .github | hace 3 años | |
| ical2vdir | hace 3 años | |
| tests | hace 3 años | |
| .gitignore | hace 5 años | |
| .pylintrc | hace 4 años | |
| CHANGELOG.md | hace 3 años | |
| COPYING | hace 5 años | |
| Pipfile | hace 3 años | |
| Pipfile.lock | hace 3 años | |
| README.md | hace 5 años | |
| mypy.ini | hace 3 años | |
| pyproject.toml | hace 4 años | |
| setup.py | hace 3 años |
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