Documentation: https://django-icalendar.readthedocs.io
Source Code: https://github.com/mergecal/django-icalendar
Django models for storing and exporting RFC 5545 iCalendar data.
Install this via pip (or your favourite package manager):
pip install django-icalendar
Add the app to your INSTALLED_APPS:
INSTALLED_APPS = [
# ...
"django_icalendar",
]Thanks goes to these wonderful people (emoji key):
MergeCal 💻 🤔 📖 |
Abe Hanoka 💻 🤔 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
This package was created with Copier and the browniebroke/pypackage-template project template.