No Description

Fabian Peter Hammerle a0190b0478 adapt internal type hints for mypy's strict mode 2 years ago
.github a0190b0478 adapt internal type hints for mypy's strict mode 2 years ago
ical2vdir a0190b0478 adapt internal type hints for mypy's strict mode 2 years ago
tests a0190b0478 adapt internal type hints for mypy's strict mode 2 years ago
.gitignore 74aebe8bfb gitignore tag file 3 years ago
.pylintrc fb9acddb0c drop compatibility with python3.5 2 years ago
CHANGELOG.md 2303a5a2ce added pyproject.toml to specify build dependencies & build backend 2 years ago
COPYING f719ede95e added full license 4 years ago
Pipfile 02a48ff393 dev env: add upper version constraint for importlib-metadata to fix compatibility with python3.6 2 years ago
Pipfile.lock 02a48ff393 dev env: add upper version constraint for importlib-metadata to fix compatibility with python3.6 2 years ago
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) 4 years ago
mypy.ini a9d6f43cd1 ci: enable mypy 4 years ago
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend 2 years ago
setup.py fd03943401 test against python3.10 2 years ago

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