I'm looking to develop a dynamic event calendar for a rails
application. I found some nifty little embeddable calendars in jQuery
and Moo Tools that use Json feeds but they seem to conflict with some
features that I have already developed using prototype.
Is there a rails plugin that I can work with or an embeddable
prototype solution that I can feed with xml or json?
If anybody has any advice or tips please let me know.
Try calendar_helper Rails plugin. I'm using this in my events-based
app right now and love it! It adds appropriate classes to your table
cells and allows you to add your own classes as well, if you'd rather.
Plus: No javascript necessary.