1
0

Тайлбар байхгүй

Fabian Peter Hammerle d3914720fd document release v2.0.0 17 цаг өмнө
.github b1150727a6 build(deps): bump actions/checkout from 5 to 6 (#241) 1 сар өмнө
ical2vdir e274496212 fix assertion error on "RECURRENCE-ID;VALUE=DATE:…" 17 цаг өмнө
tests e274496212 fix assertion error on "RECURRENCE-ID;VALUE=DATE:…" 17 цаг өмнө
.gitignore 74aebe8bfb gitignore tag file 5 жил өмнө
.pylintrc d0f9d2653b drop compatibility with python3.8 1 жил өмнө
CHANGELOG.md d3914720fd document release v2.0.0 17 цаг өмнө
COPYING f719ede95e added full license 6 жил өмнө
Pipfile e9217f776a drop compatibility with python3.9 3 сар өмнө
Pipfile.lock d266116ae7 build(deps-dev): bump mypy from 1.19.0 to 1.19.1 (#247) 3 долоо хоног өмнө
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 0bd9794e74 test against python3.12–13 & declare compatibility 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