Skip to content

mergecal/django-icalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

💻 🤔 📖
Abe Hanoka
Abe Hanoka

💻 🤔 📖

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.

About

Django models for storing and exporting RFC 5545 iCalendar data.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors