Fabian Peter Hammerle 2303a5a2ce added pyproject.toml to specify build dependencies & build backend | vor 3 Jahren | |
---|---|---|
.github | vor 3 Jahren | |
ical2vdir | vor 4 Jahren | |
tests | vor 3 Jahren | |
.gitignore | vor 4 Jahren | |
.pylintrc | vor 3 Jahren | |
CHANGELOG.md | vor 3 Jahren | |
COPYING | vor 4 Jahren | |
Pipfile | vor 3 Jahren | |
Pipfile.lock | vor 3 Jahren | |
README.md | vor 4 Jahren | |
mypy.ini | vor 4 Jahren | |
pyproject.toml | vor 3 Jahren | |
setup.py | vor 3 Jahren |
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