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
948 stars 212 forks source link

suggest event_calendar helper modify to #58

Closed vkill closed 9 years ago

vkill commented 13 years ago
def event_calendar
  calendar event_calendar_opts do |args|
    event = args[:event]
    link_to event.name, event, :title => event.name, :target => :_blank   # [:admin, event]
  end
end