Нема описа

Fabian Peter Hammerle c62635bda1 pipeline: scan changelog for broken links пре 2 година
.github c62635bda1 pipeline: scan changelog for broken links пре 2 година
ical2vdir 71aeeb6a9a dev env: upgrade black; reformat пре 3 година
tests fb9acddb0c drop compatibility with python3.5 пре 3 година
.gitignore 74aebe8bfb gitignore tag file пре 3 година
.pylintrc fb9acddb0c drop compatibility with python3.5 пре 3 година
CHANGELOG.md 2303a5a2ce added pyproject.toml to specify build dependencies & build backend пре 2 година
COPYING f719ede95e added full license пре 4 година
Pipfile c62635bda1 pipeline: scan changelog for broken links пре 2 година
Pipfile.lock c62635bda1 pipeline: scan changelog for broken links пре 2 година
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) пре 4 година
mypy.ini a9d6f43cd1 ci: enable mypy пре 4 година
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend пре 2 година
setup.py fb9acddb0c drop compatibility with python3.5 пре 3 година

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