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

New events not showing up #83

Open jbhatab opened 11 years ago

jbhatab commented 11 years ago

The calender is working fine and when I manually add an event through the console the calender displays it. When I use /calender/new though, the events aren't saved at all and do not display.

jvlomax commented 11 years ago

This is an issue for me too. I know that the calendar does the sql query and that it returns with stuff from it. Nothing is showing in the calendar though

jbhatab commented 11 years ago

I got around this by creating events when I created my 'festivals' which was relevant for my app. Just added a create event to my festivals create in the controller of the festivals. It worked fine because every event has a festival for my app