Ei kuvausta

dependabot[bot] b1150727a6 build(deps): bump actions/checkout from 5 to 6 (#241) 1 päivä sitten
.github b1150727a6 build(deps): bump actions/checkout from 5 to 6 (#241) 1 päivä sitten
ical2vdir 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move 3 vuotta sitten
tests e9217f776a drop compatibility with python3.9 1 kuukausi sitten
.gitignore 74aebe8bfb gitignore tag file 5 vuotta sitten
.pylintrc d0f9d2653b drop compatibility with python3.8 11 kuukautta sitten
CHANGELOG.md 0bd9794e74 test against python3.12–13 & declare compatibility 1 kuukausi sitten
COPYING f719ede95e added full license 5 vuotta sitten
Pipfile e9217f776a drop compatibility with python3.9 1 kuukausi sitten
Pipfile.lock 541b813a28 build(deps-dev): bump black from 25.9.0 to 25.11.0 (#239) 1 viikko sitten
README.md d1b5cf95d4 pipeline: remove coveralls ("422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs", `pytest --cov-fail-under=100 …` in place) 2 vuotta sitten
mypy.ini cb1ef451c3 mypy: enable strict mode in config file 3 vuotta sitten
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend 4 vuotta sitten
setup.py 0bd9794e74 test against python3.12–13 & declare compatibility 1 kuukausi sitten

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