Got a calendar?

I'm trying to find a good (and hopefully free) ASP Calendar system I can adapt for my blog. I'm going to try and put something together that will let me filter by month/week/day by clicking appropriate links in the calendar. Looks like I'm going to be playing with lots of date manipulation.

If anyone has an idea of good solutions, feel free to leave a comment :)

Posted by Daniel Short on Sep 30, 2002 at 12:00 AM | Categories: Blog Development - VBScript -

2 Comments

Danilo

Danilo wrote on 10/01/02 7:58 AM

All the ASP calendars I've seen have been systems similar to Outlook. Does it need to be ASP? Could you just use the Kaoswevaer calendar popup, and have the reader select the From and To dates? Or maybe change it so that it could select months and weeks as well as days. Oh, while you're at it, make this calendar have the option to email the result set to me (or arbitrary addy) instead of reading it online.
Daniel Short

Daniel Short wrote on 10/01/02 7:58 AM

Part of the goal is to have a Userland type calendar that only provides links based on available posts, so that 10 Jan won't be a link unless I've actually made a post on 10 Jan. I found a few potential ones I can hack up, so we'll see what happens.