Making a calendar

Brian Sutherland jinty at web.de
Sat Feb 26 21:31:54 EST 2005


On Sat, Feb 26, 2005 at 01:57:20PM +0100, Pete..... wrote:
> I'm trying to make a calendar for my webpage, python and html is the only 
> programming languages that I know, is it possible to make such a calendar 
> with pythong code and some html.
> 
> The Idea is that when I click the link calendar on my webpage, then the user 
> will be linked to the calendar.
> 
> The calendar should show one month at the time, and the user should be able 
> to browse to the other month.
> 
> I will make a script that puts events and such into a db ( I know how to do 
> this)
> 
> Then I need a script that puts the events from the db into the calendar, if 
> every day in the calendar has a value id that part will not be hard.

All this and more (perhaps overkill):

http://www.schooltool.org/schoolbell

-- 
Brian Sutherland

It's 10 minutes, 5 if you walk fast.



More information about the Python-list mailing list