I need large Calendar (not jQuery datepicker) with possibility to schedule events and show them on calendar. Calendar must support month/week/day views. It is very desirable
Other option:
It uses jQuery and the same event object type. Fullcalendar supports a lot of hooks for customization too. I've added color coding based on tags and other features rather easily with it.
I use Web2Cal recently to represent a large set of data. The event/callback structure is different from most calendars. If you are a java developer like me (with lesser Javascript expertise) you will appreciate Web2Cal. It does not have the rather cryptic javascript syntaxes and code style. More event and function based. Moreover, this is a more complete solution like Recurring etc. I would have been happier if the code was more open. I believe, their higher end version has the code available but not the lower versions.
But they made up for it with some good support. But I do like fullCalendar, but it is still not a full solution that was necessary for our product.
But very good to see more development and competition
Can you try our jquery calendar plugin. wdCalendar is a jquery based google calendar clone. It cover most google calendar features. http://www.web-delicious.com
* Day/week/month view provided.
* create/update/remove events by drag & drop.
* Easy way to integrate with database.
* All day event/more days event provided.
It's totally free(LGPL license)
Maybe the E2CS calendar, built in ExtJs, would meet your needs.