dependabot[bot] eb05a4c8ad build(deps-dev): bump pylint from 3.2.7 to 3.3.1 | пре 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