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