Sen descrición

Fabian Peter Hammerle cacd773dc1 dev env: add upper version constraint for isort to keep compatibility with python3.7 (has not reached end-of-life yet) hai 1 ano
.github 1c946d61f1 test against python3.11 & declare compatibility hai 1 ano
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 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move 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 1c946d61f1 test against python3.11 & declare compatibility hai 1 ano
COPYING f719ede95e added full license %!s(int64=4) %!d(string=hai) anos
Pipfile cacd773dc1 dev env: add upper version constraint for isort to keep compatibility with python3.7 (has not reached end-of-life yet) hai 1 ano
Pipfile.lock cacd773dc1 dev env: add upper version constraint for isort to keep compatibility with python3.7 (has not reached end-of-life yet) hai 1 ano
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) %!s(int64=4) %!d(string=hai) anos
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 1c946d61f1 test against python3.11 & declare compatibility hai 1 ano

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