|
In general, you need some sort of data store to hold the events. I suppose it would be possible to store your event data in XML, and use the XMLHTTPRequest object to retrieve that.
It starts getting complicated pretty quickly... You have the calendar view, then you need a detailed view when they click on an event. How will you handle events spanning multiple days? How will you allow HTML in the detailed events? Will you make Email addresses clickable? What about a mini-calendar representation? What about a simple list.These are all problems that will come out of trying to roll your own.
__________________
George Sexton
MH Software, Inc. - Home of Connect Daily Web Calendar
Please login or register to view this content. Registration is FREE
|