Sen descrición

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

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