I am using a event_calendarplugin with rails 2.3.8. I have events table with name, venue and trainer columns. I want to color events based on trainer and venue. I could color it by trainer. But now I want to pass parameter to the event calendar helper considering whether it is trainer or venue. How should I pass this parameter? Anybody work with this plugin? plz help me….
Share
If you take a look at README.rdoc you’ll get
I take following two parameters in my calendar and override plugin helper method in the
app/helpers/calendar_helper.rb