Няма описание

Fabian Peter Hammerle 4d381f4255 refactor: remove redundant cast преди 2 години
.github b293dee878 build(deps): bump actions/checkout from 2.4.0 to 3 преди 2 години
ical2vdir a0190b0478 adapt internal type hints for mypy's strict mode преди 2 години
tests 4d381f4255 refactor: remove redundant cast преди 2 години
.gitignore 74aebe8bfb gitignore tag file преди 3 години
.pylintrc fb9acddb0c drop compatibility with python3.5 преди 3 години
CHANGELOG.md 2b32144312 drop compatibility with python3.6 преди 2 години
COPYING f719ede95e added full license преди 4 години
Pipfile 60e5464dc3 dev / test env: upgrade black to first stable release преди 2 години
Pipfile.lock 1a518296ef build(deps-dev): bump mypy from 0.931 to 0.941 преди 2 години
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) преди 4 години
mypy.ini cb1ef451c3 mypy: enable strict mode in config file преди 2 години
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend преди 2 години
setup.py 2b32144312 drop compatibility with python3.6 преди 2 години

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