dependabot[bot] 27a5d7896d build(deps-dev): bump aiohttp from 3.10.2 to 3.11.2 | пре 3 дана | |
---|---|---|
.github | пре 11 месеци | |
ical2vdir | пре 2 година | |
tests | пре 1 година | |
.gitignore | пре 4 година | |
.pylintrc | пре 2 година | |
CHANGELOG.md | пре 1 година | |
COPYING | пре 4 година | |
Pipfile | пре 1 година | |
Pipfile.lock | пре 3 дана | |
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