Sin descripción

Fabian Peter Hammerle 899dcc14c3 support icalendar v5 hace 3 semanas
.github 899dcc14c3 support icalendar v5 hace 3 semanas
ical2vdir 899dcc14c3 support icalendar v5 hace 3 semanas
tests c3fa4a6af2 fix "TypeError: object of type 'vDDDLists' has no len()" in `_event_prop_equal` hace 3 semanas
.gitignore 74aebe8bfb gitignore tag file hace 5 años
.pylintrc d0f9d2653b drop compatibility with python3.8 hace 1 año
CHANGELOG.md 899dcc14c3 support icalendar v5 hace 3 semanas
COPYING f719ede95e added full license hace 6 años
Pipfile e9217f776a drop compatibility with python3.9 hace 4 meses
Pipfile.lock 899dcc14c3 support icalendar v5 hace 3 semanas
README.md d1b5cf95d4 pipeline: remove coveralls ("422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs", `pytest --cov-fail-under=100 …` in place) hace 2 años
mypy.ini cb1ef451c3 mypy: enable strict mode in config file hace 4 años
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend hace 4 años
setup.py 899dcc14c3 support icalendar v5 hace 3 semanas

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