Sen descrición

dependabot[bot] b1150727a6 build(deps): bump actions/checkout from 5 to 6 (#241) hai 1 semana
.github b1150727a6 build(deps): bump actions/checkout from 5 to 6 (#241) hai 1 semana
ical2vdir 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move %!s(int64=3) %!d(string=hai) anos
tests e9217f776a drop compatibility with python3.9 hai 1 mes
.gitignore 74aebe8bfb gitignore tag file %!s(int64=5) %!d(string=hai) anos
.pylintrc d0f9d2653b drop compatibility with python3.8 hai 11 meses
CHANGELOG.md 0bd9794e74 test against python3.12–13 & declare compatibility hai 1 mes
COPYING f719ede95e added full license %!s(int64=5) %!d(string=hai) anos
Pipfile e9217f776a drop compatibility with python3.9 hai 1 mes
Pipfile.lock 541b813a28 build(deps-dev): bump black from 25.9.0 to 25.11.0 (#239) hai 2 semanas
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) %!s(int64=2) %!d(string=hai) anos
mypy.ini cb1ef451c3 mypy: enable strict mode in config file %!s(int64=3) %!d(string=hai) anos
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend %!s(int64=4) %!d(string=hai) anos
setup.py 0bd9794e74 test against python3.12–13 & declare compatibility hai 1 mes

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