Fabian Peter Hammerle e517165285 .github/workflows/python.yml: document reason for not upgrading pipenv beyond v2023.6.18 | 1 жил өмнө | |
---|---|---|
.github | 1 жил өмнө | |
ical2vdir | 2 жил өмнө | |
tests | 1 жил өмнө | |
.gitignore | 4 жил өмнө | |
.pylintrc | 2 жил өмнө | |
CHANGELOG.md | 1 жил өмнө | |
COPYING | 4 жил өмнө | |
Pipfile | 1 жил өмнө | |
Pipfile.lock | 1 жил өмнө | |
README.md | 1 жил өмнө | |
mypy.ini | 2 жил өмнө | |
pyproject.toml | 3 жил өмнө | |
setup.py | 1 жил өмнө |
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