Нема описа

Fabian Peter Hammerle b421f9a51e pipenv: downgrade zipp to restore support for python3.5 пре 4 година
.github abbb7e0cd1 pipenv: remove black to restore compatibility with python3.5 пре 4 година
ical2vdir 01af2e2f59 added comment regarding line breaks пре 4 година
tests 818dcf2d0a _write_event: added missing unit test for temp file cleanup пре 4 година
.gitignore 436f8d96df gitignore пре 4 година
.pylintrc f1edde3f6c pipeline: enable pylint_import_requirements explicitly пре 4 година
CHANGELOG.md 6a24a4759c only write to disk when creating or updating item пре 4 година
COPYING f719ede95e added full license пре 4 година
Pipfile b421f9a51e pipenv: downgrade zipp to restore support for python3.5 пре 4 година
Pipfile.lock b421f9a51e pipenv: downgrade zipp to restore support for python3.5 пре 4 година
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) пре 4 година
mypy.ini a9d6f43cd1 ci: enable mypy пре 4 година
setup.py d3df88c1a8 setup.py: added changelog url пре 4 година

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