dependabot[bot] 3f48d76f48 build(deps-dev): bump mypy from 1.11.2 to 1.13.0 (#201) | hai 3 semanas | |
---|---|---|
.github | hai 11 meses | |
ical2vdir | %!s(int64=2) %!d(string=hai) anos | |
tests | hai 1 ano | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
.pylintrc | %!s(int64=2) %!d(string=hai) anos | |
CHANGELOG.md | hai 1 ano | |
COPYING | %!s(int64=4) %!d(string=hai) anos | |
Pipfile | hai 1 ano | |
Pipfile.lock | hai 3 semanas | |
README.md | hai 1 ano | |
mypy.ini | %!s(int64=2) %!d(string=hai) anos | |
pyproject.toml | %!s(int64=3) %!d(string=hai) anos | |
setup.py | hai 1 ano |
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