everyone. I'm developing a meeting room reserving system with django for my company. I need a calender compontent in this system. I want to view my events in daily, weekly and monthly view, just like Google calendar. Is there any existing app helpful to me?
Django's class based views support day, month and year views out-of-the-box. We used these for a simple calendar app in a project (example), works like a charm. We used Python's calendar lib as a starting point for a generic templatetag.
I googled for a similar idea and found this: http://code.google.com/p/django-gencal/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With