Aucune description

Fabian Peter Hammerle 941136683b merge github workflows il y a 3 ans
.github 941136683b merge github workflows il y a 3 ans
ical2vdir 0085bb2898 python3.5: fixed TypeError in _sync_event when reading file il y a 3 ans
tests fb8f266966 tests / python3.5: fix AttributeError due to unavailable MagicMock.assert_called_once il y a 3 ans
.gitignore 74aebe8bfb gitignore tag file il y a 3 ans
.pylintrc f1edde3f6c pipeline: enable pylint_import_requirements explicitly il y a 4 ans
CHANGELOG.md a07bd370b6 release v0.1.2 il y a 3 ans
COPYING f719ede95e added full license il y a 4 ans
Pipfile 72132904fc pipenv / python3.8: lock importlib-metadata version il y a 3 ans
Pipfile.lock 72132904fc pipenv / python3.8: lock importlib-metadata version il y a 3 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