Calendar Application

django-scheduler

This project is a scheduling application. At its core are events that constitute a start and end date implemented via two DateTimeFields together with a some meta datax such as title, description, etc.

Learn more ยป

Want to see it in action?

The sample project come with two management commands that enable you to load some data:

./manage.py load_sample_data

./manage.py load_example_data

The list of available Calendars.

Full Calendar Example