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