Nav apraksta

Fabian Peter Hammerle df09d54b69 python3.5: fix "TypeError: rename: illegal type for dst parameter" 3 gadi atpakaļ
.github 3c7aab848d pipeline: run pytest before pylint & mypy to distinguish python version specific incompatibilities from false positive linter errors 3 gadi atpakaļ
ical2vdir df09d54b69 python3.5: fix "TypeError: rename: illegal type for dst parameter" 3 gadi atpakaļ
tests 89e27cfa4b tests: replace tmpdir fixture with tmp_path to avoid re-conversion into pathlib.Path 3 gadi atpakaļ
.gitignore 436f8d96df gitignore 4 gadi atpakaļ
.pylintrc f1edde3f6c pipeline: enable pylint_import_requirements explicitly 4 gadi atpakaļ
CHANGELOG.md df09d54b69 python3.5: fix "TypeError: rename: illegal type for dst parameter" 3 gadi atpakaļ
COPYING f719ede95e added full license 4 gadi atpakaļ
Pipfile c0e8c57d91 python3.5: workaround pytest failing with "pathlib2" import error 3 gadi atpakaļ
Pipfile.lock c0e8c57d91 python3.5: workaround pytest failing with "pathlib2" import error 3 gadi atpakaļ
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) 4 gadi atpakaļ
mypy.ini a9d6f43cd1 ci: enable mypy 4 gadi atpakaļ
setup.py d3df88c1a8 setup.py: added changelog url 4 gadi atpakaļ

README.md

ical2vdir 📅

CI Pipeline Status Coverage Status Last Release Compatible Python Versions

Convert / split single iCalendar .ics file into a vdir directory.

Pre-existing files will be updated or left unchanged.

Compatible with khal.

Setup

$ sudo apt-get install python3-icalendar # optional
$ pip3 install --user --upgrade ical2vdir

Usage

$ 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