Bez popisu

dependabot[bot] fd1959adac build(deps): bump actions/setup-python from 3 to 4 před 1 rokem
.github fd1959adac build(deps): bump actions/setup-python from 3 to 4 před 1 rokem
ical2vdir 4dcddd2d1b pylint: disable optional extensions that triggered irrelevant warnings in other projects před 1 rokem
tests 3ddcbbd3e7 pylint: enable various optional checks před 1 rokem
.gitignore 74aebe8bfb gitignore tag file před 3 roky
.pylintrc 4dcddd2d1b pylint: disable optional extensions that triggered irrelevant warnings in other projects před 1 rokem
CHANGELOG.md 2b32144312 drop compatibility with python3.6 před 2 roky
COPYING f719ede95e added full license před 4 roky
Pipfile 60e5464dc3 dev / test env: upgrade black to first stable release před 2 roky
Pipfile.lock a844615bac build(deps-dev): bump pylint from 2.14.0 to 2.14.1 před 1 rokem
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) před 4 roky
mypy.ini cb1ef451c3 mypy: enable strict mode in config file před 2 roky
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend před 2 roky
setup.py 2b32144312 drop compatibility with python3.6 před 2 roky

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