Django icalendar

CI Status Documentation Status Test coverage percentage

uv Ruff pre-commit

PyPI Version Supported Python versions License


Documentation: https://django-icalendar.readthedocs.io

Source Code: https://github.com/mergecal/django-icalendar


Django models for storing and exporting RFC 5545 iCalendar data.

Installation

Install this via pip (or your favourite package manager):

pip install django-icalendar

Add the app to your INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    "django_icalendar",
]

Contributors ✨

Thanks goes to these wonderful people (emoji key):

MergeCal
MergeCal

💻 🤔 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

Copier

This package was created with Copier and the browniebroke/pypackage-template project template.