|  Fabian Peter Hammerle
				
				d1b5cf95d4
				pipeline: remove coveralls ("422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs", `pytest --cov-fail-under=100 …` in place) | 2 лет назад | |
|---|---|---|
| .github | 2 лет назад | |
| ical2vdir | 3 лет назад | |
| tests | 2 лет назад | |
| .gitignore | 5 лет назад | |
| .pylintrc | 3 лет назад | |
| CHANGELOG.md | 2 лет назад | |
| COPYING | 5 лет назад | |
| Pipfile | 2 лет назад | |
| Pipfile.lock | 2 лет назад | |
| README.md | 2 лет назад | |
| mypy.ini | 3 лет назад | |
| pyproject.toml | 4 лет назад | |
| setup.py | 2 лет назад | 
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