Aucune description

dependabot[bot] 7bf81094e1 build(deps-dev): bump pylint from 2.10.2 to 2.11.1 il y a 2 ans
.github c62635bda1 pipeline: scan changelog for broken links il y a 2 ans
ical2vdir 71aeeb6a9a dev env: upgrade black; reformat il y a 3 ans
tests fb9acddb0c drop compatibility with python3.5 il y a 3 ans
.gitignore 74aebe8bfb gitignore tag file il y a 3 ans
.pylintrc fb9acddb0c drop compatibility with python3.5 il y a 3 ans
CHANGELOG.md 2303a5a2ce added pyproject.toml to specify build dependencies & build backend il y a 2 ans
COPYING f719ede95e added full license il y a 4 ans
Pipfile c62635bda1 pipeline: scan changelog for broken links il y a 2 ans
Pipfile.lock 7bf81094e1 build(deps-dev): bump pylint from 2.10.2 to 2.11.1 il y a 2 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
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend il y a 2 ans
setup.py fb9acddb0c drop compatibility with python3.5 il y a 3 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