Bez popisu

Fabian Peter Hammerle 76bc605ceb enable github's dependabot for dev env před 3 roky
.github 76bc605ceb enable github's dependabot for dev env před 3 roky
ical2vdir 71aeeb6a9a dev env: upgrade black; reformat před 3 roky
tests 71aeeb6a9a dev env: upgrade black; reformat před 3 roky
.gitignore 74aebe8bfb gitignore tag file před 3 roky
.pylintrc f1edde3f6c pipeline: enable pylint_import_requirements explicitly před 4 roky
CHANGELOG.md a07bd370b6 release v0.1.2 před 3 roky
COPYING f719ede95e added full license před 4 roky
Pipfile 71aeeb6a9a dev env: upgrade black; reformat před 3 roky
Pipfile.lock 71aeeb6a9a dev env: upgrade black; reformat před 3 roky
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) před 4 roky
mypy.ini a9d6f43cd1 ci: enable mypy před 4 roky
setup.py 71aeeb6a9a dev env: upgrade black; reformat před 3 roky

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