Aucune description

Fabian Peter Hammerle d3df88c1a8 setup.py: added changelog url il y a 4 ans
.github a9d6f43cd1 ci: enable mypy il y a 4 ans
ical2vdir 01af2e2f59 added comment regarding line breaks il y a 4 ans
tests 818dcf2d0a _write_event: added missing unit test for temp file cleanup il y a 4 ans
.gitignore 436f8d96df gitignore il y a 4 ans
.pylintrc 35fdc2772b added pylint-import-requirements checker il y a 4 ans
CHANGELOG.md 6a24a4759c only write to disk when creating or updating item il y a 4 ans
COPYING f719ede95e added full license il y a 4 ans
Pipfile 35fdc2772b added pylint-import-requirements checker il y a 4 ans
Pipfile.lock 35fdc2772b added pylint-import-requirements checker il y a 4 ans
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) il y a 4 ans
mypy.ini a9d6f43cd1 ci: enable mypy il y a 4 ans
setup.py d3df88c1a8 setup.py: added changelog url il y a 4 ans

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