The calendar module calls a version of Python HTML Calendar and adds some functions to use django objects with it.
The source code is based on the work of Eivind Uggedal <eivind@uggedal.com>
Event calendar is a basic calendar made with HTMLCalendar module and its instance LocaleHTMLCalendar for translation.
Attributes: | LocaleHTMLCalendar |
---|---|
Methods: | formatday, formatmonth, group_by_day, day_cell |
Create the day cell.
Format the day cell with the current events for the day.
Format the current month wuth the events.
Group the returned events into their respective dates.