7

I want to create a default calendar which can be displayed by month. The calendar by default has scheduled yearly events included in it. I will display this calendar in every user's profile. Now the user can look at the events on the calendar and the user should have the ability to mark the event as attending or not attending by just clicking on the event in the calendar. Are there any gems or plugins that can help

so far i found:

https://github.com/elevation/event_calendar

https://github.com/topfunky/calendar_helper

Shaded
  • 17,276
  • 8
  • 37
  • 62
Wasi
  • 1,258
  • 4
  • 14
  • 33
  • 1
    Re-tagged from fullcalendar to calendar. Fullcalendar is a jquery plugin, which might be able to help you, but not specifically in the question. – Shaded Aug 08 '11 at 18:27

1 Answers1

9

I used Full calender. It is what i was looking for.

https://github.com/bokmann/fullcalendar-rails

Smar
  • 8,109
  • 3
  • 36
  • 48
Wasi
  • 1,258
  • 4
  • 14
  • 33