Sin descripción

Fabian Peter Hammerle f611d0a937 pipeline: upgrade pipenv hace 2 años
.github f611d0a937 pipeline: upgrade pipenv hace 2 años
ical2vdir 71aeeb6a9a dev env: upgrade black; reformat hace 3 años
tests fb9acddb0c drop compatibility with python3.5 hace 3 años
.gitignore 74aebe8bfb gitignore tag file hace 3 años
.pylintrc fb9acddb0c drop compatibility with python3.5 hace 3 años
CHANGELOG.md 2303a5a2ce added pyproject.toml to specify build dependencies & build backend hace 2 años
COPYING f719ede95e added full license hace 4 años
Pipfile fd03943401 test against python3.10 hace 2 años
Pipfile.lock bc8c150ac6 build(deps-dev): bump typing-extensions from 3.10.0.2 to 4.0.0 hace 2 años
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) hace 4 años
mypy.ini a9d6f43cd1 ci: enable mypy hace 4 años
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend hace 2 años
setup.py fd03943401 test against python3.10 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