Нема описа

Fabian Peter Hammerle 0a08626130 add support for tasks (`VTODO`) пре 4 дана
.github 3613f1a8a9 support icalendar v6 пре 1 недеља
ical2vdir 0a08626130 add support for tasks (`VTODO`) пре 4 дана
tests 0a08626130 add support for tasks (`VTODO`) пре 4 дана
.gitignore 74aebe8bfb gitignore tag file пре 5 година
.pylintrc d0f9d2653b drop compatibility with python3.8 пре 1 година
CHANGELOG.md 0a08626130 add support for tasks (`VTODO`) пре 4 дана
COPYING f719ede95e added full license пре 6 година
Pipfile e9217f776a drop compatibility with python3.9 пре 3 месеци
Pipfile.lock 3613f1a8a9 support icalendar v6 пре 1 недеља
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) пре 2 година
mypy.ini cb1ef451c3 mypy: enable strict mode in config file пре 4 година
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend пре 4 година
setup.py 3613f1a8a9 support icalendar v6 пре 1 недеља

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