Aucune description

Fabian Peter Hammerle 7add0ee882 release v1.0.0 il y a 1 an
.github fd1959adac build(deps): bump actions/setup-python from 3 to 4 il y a 1 an
ical2vdir 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move il y a 1 an
tests 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move il y a 1 an
.gitignore 74aebe8bfb gitignore tag file il y a 3 ans
.pylintrc 4dcddd2d1b pylint: disable optional extensions that triggered irrelevant warnings in other projects il y a 1 an
CHANGELOG.md e90f3db194 release v1.0.0 il y a 1 an
COPYING f719ede95e added full license il y a 4 ans
Pipfile 60e5464dc3 dev / test env: upgrade black to first stable release il y a 2 ans
Pipfile.lock a638df2441 build(deps-dev): bump mypy from 0.961 to 0.971 il y a 1 an
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) il y a 4 ans
mypy.ini cb1ef451c3 mypy: enable strict mode in config file il y a 2 ans
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend il y a 2 ans
setup.py 2b32144312 drop compatibility with python3.6 il y a 2 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