Convert between CSV and iCal


Keywords
csv, ical, icalendar, python
License
MIT
Install
pip install csv-ical==1.0.1

Documentation

CSV/iCal Converter

PyPI PyPI - Python Version PyPI - License

Build Status Code Climate Test Coverage

A simple script to convert data in CSV format to iCal format and vice versa.

Installation

pip install csv-ical

Usage

See the example files.

Development

pip install -e .[test]
ruff check .
mypy . --strict --ignore-missing-imports
coverage run -m unittest
coverage report -m