I am using ColdFusion 9.1.2 and jQuery 1.6.2 and SQL Server 2008.
I am creating a web site that has a ton of dates in it. I want to spit out those dates into a full page calendar for the entire month and have users be able to scroll through each month.
I haven't heard of a ColdFusion events calendar feature. I am not looking for the jQuery date开发者_如何学Cpicker thing.
What is a free and easy calendar solution for ColdFusion?
I have had the best luck with FullCalendar. It is a jQuery plugin which you can find here. Also, Raymond Camden has blogged an example using it with ColdFusion which you can find here
I was just looking for something similar yesterday - the best that I found was John Mason's Event Calendar on riaforge. It's the mostly recently updated and somewhat modern looking one compared to Ben Nadel's or any of the others on riaforge.
If you end up developing your own, please please please open source it. There's a big need for a modern CF calendar.
You could give Ben Nadel's Kinky Calendar a try:
http://www.bennadel.com/projects/kinky-calendar.htm
精彩评论