No Description

Fabian Peter Hammerle 71aeeb6a9a dev env: upgrade black; reformat 3 years ago
.github e56db8ab4a pipeline: pin pipenv version to make builds reproducible 3 years ago
ical2vdir 71aeeb6a9a dev env: upgrade black; reformat 3 years ago
tests 71aeeb6a9a dev env: upgrade black; reformat 3 years ago
.gitignore 74aebe8bfb gitignore tag file 3 years ago
.pylintrc f1edde3f6c pipeline: enable pylint_import_requirements explicitly 4 years ago
CHANGELOG.md a07bd370b6 release v0.1.2 3 years ago
COPYING f719ede95e added full license 4 years ago
Pipfile 71aeeb6a9a dev env: upgrade black; reformat 3 years ago
Pipfile.lock 71aeeb6a9a dev env: upgrade black; reformat 3 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
setup.py 71aeeb6a9a dev env: upgrade black; reformat 3 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