Replies Back to Article

ASP Event Calendar

Calendar
January 30, 2005 by Carl Grint
Depending on how the design is required depends how easy this is to create yourself.

You can use a database to store Events very easily and pull them out, if you want say an Outlook calendar feel, then this becomes a little more difficult, but not impossible to write yourself, even just in Dreamweaver.

You can use DartPart to pull out all Events for a single month, and for the weekly view you can just display between a Start and End Date.

You can add in a simply admin system to allow your client to add the details, such as Date, Title, text etc, on the display page you would list the Title under the date, then link off to a Details page, passing the Event ID number to filter the page.

You can also use a simple piece of code to show events until their Date has passed, which you might find useful or not in your calendar.

If you would like some help, please feel free to contact via www.cgw3.co.uk and I would be happy to help in any way I can.
ASP Events Calendar Pack
February 1, 2005 by Les Matthews
Have you checked out Ranjan's extension suite? I use it on a couple of sites, and it seems to work very well. http://www.dreamlettes.net/extensions/#CalPack
RE: ASP Events Calendar Pack
February 3, 2005 by Robert Boisvert

Hi Les,

Thanks for the reply, I have checked the calendar pack out but didn't feel it has all of what I needed. I'll look it over again and see if I missed something.

RE: Calendar
February 3, 2005 by Robert Boisvert

Carl thanks for replying,

As long as I can cutomise it, I'm not really looking for anything fancy, I'm just not sure of how to do it myself. I want to see a basic calendar styled with CSS that doesn't overwhelm the page and has partial event listings on particular days that the client can add to through a secure login. I want to be able to click on that partial description of the event and get sent to a page dynamically with only that event information and a possible photo or two to spice it up.

RE: RE: Calendar
February 3, 2005 by Carl Grint
If you would like some help on secure login/admin section then do check out my article http://www.dmxzone.com/ShowDetail.asp?NewsId=7645 it includes a Login section. Linking each event to a Details page is very easy, you simply need a page with a Recordset which queries your table of events, filtered on the ID column by an ID passed in the URL. In your calendar view page you would simply set the title of the event and set the link to your details page, followed by ?ID= then the column from the recordset which displays the events. If you would like more detailed help, please feel free to use my contact form to reach me via www.cgw3.co.uk/
Calendar
February 9, 2005 by Chris Rowe

Hi Robert

I've written something similar for our school website -

http://www.notley-high.essex.sch.uk/Information/diary.asp

If it's any use I don't mind sharing the code.

RE: ASP Events Calendar Pack
May 10, 2005 by Bill Lafferty

Les:

Trying to learn how to implement an ASP driven event calendar on our soccer league web site.  Saw this thread on DMXZone and wanted to follow up with you after looking at the Notley site.  Very well done.  Please let me know how to reach you if you are still willing to share the code used to develop the event calendar.  Many thanks.

Bill Lafferty - GGSL Commissioner At Large

 

RE: Calendar
July 26, 2005 by santi das

Hi Chris

Is there a way you could share your code which you have used for your school website. i am trying to learn it and having major difficulty being so new to ASP. Thanks for your help in advance.

regards

S Das

Will you be willing to share your code
August 31, 2005 by Kanu Vsw

Hi Chris,

This is exactly what i have been looking for. I am looking for weekly events calendar. If you dont mind can you please share your code.

I will appreciate your help very much.

Thanks

RE: ASP Events Calendar Pack
January 14, 2006 by Matt Penn
I've been searching and searching for an ASP or ASP.net calendar solution (with a month view) that I could incorporate into my existing SQL Server database. As a last resort, I checked out "Ranjan's" extension called "ASP Events Calendar." It is EXACTLY what I needed! It's extemely easy! Perfect, Perfect, Perfect!
RE: Calendar
February 3, 2007 by Bill Henderson
Hi Chris - I came across this old thread - is there any posible way to get sample files for your gorgeous ASP calendar for notely high?