Scheduling/Calendar gem

526 views
Skip to first unread message

Benjamin Koltai

unread,
Jul 13, 2011, 12:04:20 PM7/13/11
to boston-r...@googlegroups.com
Hi BostonRB,

I am wondering if anyone has used any scheduling or calendar gems in a Rails project. I am looking for something to display events in a daily/weekly/monthly calendar view where the events can be overlapping.

I have done a bit of googling and have seen mention of a GCal API, but I don't want to have a calendar in Google to display in my app. I have all of the events stored in a model in my application, I just need a way of visually displaying them on a calendar. Has anyone done this? Are there any other suggestions for gems that do this sort of thing?

Thanks,

Benji

Ben Tucker

unread,
Jul 13, 2011, 12:15:14 PM7/13/11
to boston-r...@googlegroups.com
It's been awhile since I used it, but I had good luck hacking an early version of this[1] into what I needed at the time.  Looking at it now, it looks in pretty nice shape & well maintained.


-Ben


--
You received this message because you are subscribed to the Boston Ruby Group mailing list
To post to this group, send email to boston-r...@googlegroups.com
To unsubscribe from this group, send email to boston-rubygro...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/boston-rubygroup

Tom Cocca

unread,
Jul 13, 2011, 12:15:42 PM7/13/11
to boston-r...@googlegroups.com
I have used event_calendar (https://github.com/elevation/event_calendar) in a rails 2.3.x project before with the plugin install, haven't used it in a rails 3 project yet but it supposedly works.  I was quite happy with the gem for creating a month view calendar.  I would recommend it.

~ Tom


On Wed, Jul 13, 2011 at 12:04 PM, Benjamin Koltai <bkol...@gmail.com> wrote:

Daniel Choi

unread,
Jul 13, 2011, 12:29:05 PM7/13/11
to Boston Ruby Group

I'm using this for one of my projects, and I'm happy with it.

http://arshaw.com/fullcalendar/

Not a Ruby gem, but a jQuery javascript library. You give it event
data in JSON -- you can do this in a <script> tag. Very easy to set up
and use.
Reply all
Reply to author
Forward
0 new messages