Aucune description

Fabian Peter Hammerle f611d0a937 pipeline: upgrade pipenv il y a 2 ans
.github f611d0a937 pipeline: upgrade pipenv il y a 2 ans
ical2vdir 71aeeb6a9a dev env: upgrade black; reformat il y a 3 ans
tests fb9acddb0c drop compatibility with python3.5 il y a 3 ans
.gitignore 74aebe8bfb gitignore tag file il y a 3 ans
.pylintrc fb9acddb0c drop compatibility with python3.5 il y a 3 ans
CHANGELOG.md 2303a5a2ce added pyproject.toml to specify build dependencies & build backend il y a 2 ans
COPYING f719ede95e added full license il y a 4 ans
Pipfile fd03943401 test against python3.10 il y a 2 ans
Pipfile.lock bc8c150ac6 build(deps-dev): bump typing-extensions from 3.10.0.2 to 4.0.0 il y a 2 ans
README.md d14bf46717 readme: remove test commands (see .github/workflows/python.yml instead) il y a 4 ans
mypy.ini a9d6f43cd1 ci: enable mypy il y a 4 ans
pyproject.toml 2303a5a2ce added pyproject.toml to specify build dependencies & build backend il y a 2 ans
setup.py fd03943401 test against python3.10 il y a 2 ans

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