tags:

views:

646

answers:

1

I've been looking at django-swingtime, django-schedule and django-agenda.

Any recommendations of which is them easier to use, and if so any practical code examples out there? Couldn't find useful examples in the respective projects.

My requirement is to have a number of events and track their occurrences, but the events are custom things, for example, a project management system where a regular amount of time is spent on each project where an event is a task and the occurrences are the hours spent regularly on each task.

A: 

if your requirement is just to display the calendar on certain data which you have in database then i recommend the use of inbuilt HTMLcalendar in python2.5 which is easy to use.

More details you can find at http://journal.uggedal.com/creating-a-flexible-monthly-calendar-in-django

Rama Vadakattu
Nope, this is not what I'm looking for. I've added more details to the question to explain what I'm doing.
Swaroop C H