ntonnelier
ntonnelier

Reputation: 1549

Rails gem for a calendar

i need to implement a calendar on this app im building. The client mentioned google calendar so im looking for the closest possible. Any recommendations?

Upvotes: 1

Views: 4876

Answers (1)

Nitin
Nitin

Reputation: 7366

You can find some in railscast by ryan bates http://railscasts.com/episodes/213-calendars .

There is also a revised version for this http://railscasts.com/episodes/213-calendars-revised . You can also integrate google calendar to your app using google calendar api http://blog.baugues.com/google-calendar-api-oauth2-and-ruby-on-rails .

Calendar in rails https://github.com/bokmann/fullcalendar-rails and for it's other jquery function http://fullcalendar.io/

Hope this help you!

Upvotes: 4

Related Questions