elevation / event_calendar

Show multiple, overlapping events across calendar days and rows. Rails plugin.
http://dev.elevationblog.com/2009/7/23/event-calendar-rails-plugin
MIT License
950 stars 212 forks source link

My issue is loading seraching results on event calendar #57

Open lbnnirmal opened 13 years ago

lbnnirmal commented 13 years ago

I implement event calendar on my rails application (Rails 2.3.8) and I need to show my search result on event calendar. But default it loads all the events at the database so how can I specify the events that I need to show on calendar ?

iamrezaul commented 12 years ago

Hi Ibnnirmal, I am a new user. I am facing same sorts of problem. Is your one fixed? If so, please share the solution with me.

Thanks in advance

sufleR commented 11 years ago

Look at controller example in issue #63 setting event-color and #74. I think you could use similar approach for search results.