Aucune description

dependabot[bot] 069e402963 build(deps-dev): bump black from 24.2.0 to 24.3.0 (#170) il y a 1 mois
.github 5d8746b76d build(deps): bump actions/setup-python from 4 to 5 (#153) il y a 5 mois
ical2vdir 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move il y a 1 an
tests 13c8a9d749 refactor tests/prop_test.py to fix pylint's "use-dict-literal" warnings il y a 1 an
.gitignore 74aebe8bfb gitignore tag file il y a 3 ans
.pylintrc 4dcddd2d1b pylint: disable optional extensions that triggered irrelevant warnings in other projects il y a 1 an
CHANGELOG.md 0f09fb2d2a fix changelog: move recent change to correct section il y a 9 mois
COPYING f719ede95e added full license il y a 4 ans
Pipfile 647366fe07 relock env with pipenv v2023.10.3 on python v3.11.2 (to remove "sanitized-package" entry, see log below); remove pylint-import-requirements from pipeline (see commit below) il y a 7 mois
Pipfile.lock 069e402963 build(deps-dev): bump black from 24.2.0 to 24.3.0 (#170) il y a 1 mois
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) il y a 1 an
mypy.ini cb1ef451c3 mypy: enable strict mode in config file il y a 2 ans
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend il y a 2 ans
setup.py 064bc9f99b drop compatibility with python3.7 (reached end of life on 2023-06-27) il y a 9 mois

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