No Description

dependabot[bot] 1434b1a2c6 build(deps-dev): bump mypy from 0.990 to 0.991 (#99) 1 year ago
.github 5a521c33c2 pipeline: upgrade pipenv from v2020.8.13 to v2022.9.21 (to reduce runtime of `pipenv install` from approx 58s to approx 26s) 1 year 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 634ce5672e _write_event: document fix in changelog; re-block target path without filename; replace shutil.copy + os.remove with shutil.move 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 e90f3db194 release v1.0.0 1 year ago
COPYING f719ede95e added full license 4 years ago
Pipfile 28e34b8ab9 dev env: re-add wrapt for pipeline 1 year ago
Pipfile.lock 1434b1a2c6 build(deps-dev): bump mypy from 0.990 to 0.991 (#99) 1 year ago
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) 4 years 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 2b32144312 drop compatibility with python3.6 2 years 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