No Description

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