Sem descrição

Fabian Peter Hammerle 3ddcbbd3e7 pylint: enable various optional checks há 1 ano atrás
.github b293dee878 build(deps): bump actions/checkout from 2.4.0 to 3 há 2 anos atrás
ical2vdir 3ddcbbd3e7 pylint: enable various optional checks há 1 ano atrás
tests 3ddcbbd3e7 pylint: enable various optional checks há 1 ano atrás
.gitignore 74aebe8bfb gitignore tag file há 3 anos atrás
.pylintrc 3ddcbbd3e7 pylint: enable various optional checks há 1 ano atrás
CHANGELOG.md 2b32144312 drop compatibility with python3.6 há 2 anos atrás
COPYING f719ede95e added full license há 4 anos atrás
Pipfile 60e5464dc3 dev / test env: upgrade black to first stable release há 2 anos atrás
Pipfile.lock 5f0dfe2ff2 build(deps-dev): bump pylint from 2.13.9 to 2.14.0 há 1 ano atrás
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) há 4 anos atrás
mypy.ini cb1ef451c3 mypy: enable strict mode in config file há 2 anos atrás
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend há 2 anos atrás
setup.py 2b32144312 drop compatibility with python3.6 há 2 anos atrás

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