Back in the classic ASP days, I had developed an events calendar for a company to allow there customer to view what was happening with them through out the months. Since then, asp.net 1.1 and 2.0 came out allowing developing an asp.net events calendar a lot easier then back in the classic days.
So a while back, I decided to develop one in asp.net 2.0 and AJAX to use for my personal and professional use.
I was browsing around the internet and came across a web scheduler by infragistics. Wow, it is extremely powerful and pretty much similar to Microsoft office calendar. I have changed my calendar to kind of represent an office 2007 Calendar but really dumbed down. I used asp.net 2.0 to develop this web events calendar to help other get a grasp on how to program there own or just use the one supplied in the download. The code is pretty straight forward and I am by no means a professional programmer so I am sure there are easier ways of programming this but the code is small and the total application is 3.66 MB. Due to the images, which you can do without and just use regular server side buttons, this application is small and gets the job done.
I will support my application as long as the code stays in tack. If changes have been made, I will try to help but with no guarantees. I would appreciate you leaving comments on how well you like or dislike the JF Events Calendar so please feel free to post your comments. Thanks
CHANGE LOG:
05.09.2007
Made allot of changes to the Version of ASP.Net today. I decided to do away with the Ajax version but might bring it back in the future. Some of the changes I mad were:
- Added Day view to the calendar that pertains to the particular day you select on the calendar.
- Changed appearance of Calendar to now use splitter to hide left side navigation if you choose to.
- Added a Tasks list to the application.
05.08.2007
Made change to the ASP Version . You can now add links to the event depending on what you want. Options include HTTP:// or MailTo:. Both are located in drop down of the links field.
05.07.2007
Updated Software to now validate Subject field and both time fields. Ajax version has validate call-outs and .NET version uses asp.net validators.
On adding a new item. Date is automatically filled with todays date. on both versions.