Fabian Peter Hammerle d3df88c1a8 setup.py: added changelog url | пре 4 година | |
---|---|---|
.github | пре 4 година | |
ical2vdir | пре 4 година | |
tests | пре 4 година | |
.gitignore | пре 4 година | |
.pylintrc | пре 4 година | |
CHANGELOG.md | пре 4 година | |
COPYING | пре 4 година | |
Pipfile | пре 4 година | |
Pipfile.lock | пре 4 година | |
README.md | пре 4 година | |
mypy.ini | пре 4 година | |
setup.py | пре 4 година |
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