Sin descripción

Fabian Peter Hammerle 60e5464dc3 dev / test env: upgrade black to first stable release hace 2 años
.github 2b32144312 drop compatibility with python3.6 hace 2 años
ical2vdir a0190b0478 adapt internal type hints for mypy's strict mode hace 2 años
tests a0190b0478 adapt internal type hints for mypy's strict mode hace 2 años
.gitignore 74aebe8bfb gitignore tag file hace 3 años
.pylintrc fb9acddb0c drop compatibility with python3.5 hace 3 años
CHANGELOG.md 2b32144312 drop compatibility with python3.6 hace 2 años
COPYING f719ede95e added full license hace 4 años
Pipfile 60e5464dc3 dev / test env: upgrade black to first stable release hace 2 años
Pipfile.lock 60e5464dc3 dev / test env: upgrade black to first stable release hace 2 años
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) hace 4 años
mypy.ini cb1ef451c3 mypy: enable strict mode in config file hace 2 años
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend hace 2 años
setup.py 2b32144312 drop compatibility with python3.6 hace 2 años

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