Displaying 5 results from an estimated 5 matches for "fullcalendar".
2012 Aug 16
0
FullCalendar
I would like to use FullCalendar Gem Rails 3, but i can''t find any
tutorials discuss it.
Does anyone know how to use it step by step to be able to understand?
https://github.com/bokmann/rails3_fullcalendar/
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" grou...
2012 Oct 30
1
pass javascript date variable to rails controller as params
I have an application where jquery fullcalendar is implemented. On day
click I need to pass the selected date as params to rails controller.
When I alert the date inside dayclick function, I am getting the date in
the format of "Tue Oct 30 2012 12:40:20 GMT+0530 (IST)".. But when I
pass as params in jquery ajax to rails controller, it...
2012 Dec 08
0
Full Calendar Resource View With Rails
I am looking into using the full calendar plug in together with my rails
application.
Eventually, I want it to work for resource allocation such as on:
http://www.ikelin.com/wp-content/uploads/2012/03/Screen-Shot-2012-03-23-at-11.35.13-PM.png
such as on:
1. tux.fi/~jarnok/fullcalendar-resourceviews/
2. https://github.com/AbleTech/fullcalendar
I am new to rails and JQuery and now I am stuck at trying to integrate the
full calendar with Rails with that resource function.
Previously, I tried out a ready made rails application using a rails gem on:
https://github.com/bokmann/full...
2011 May 31
1
Calendars in Rails
...belong to users. One requirement is that users could filter
which other users events they want to see (different colors for each user
will be a nice to have).
After some reading, I finish up with these two options (open to more
suggestions):
- https://github.com/elevation/event_calendar
- Using FullCalendar, something like this for example:
https://github.com/vinsol/fullcalendar_rails
I will be very thankful if anyone could recommend a gem/way to go. Any
opinion are welcome.
Thanks.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2010 Dec 22
2
Scheduling Plugin
Hi,
We are looking for a calendar scheduling solution that supports
recurring events.
Some specific requirements are that we need to be able to setup
recurring events, then modify one of those events on a certain day by
deleting it for example.
Basically, we want the back end for a Google Calender type
functionality.
Ive dug around in GitHub and there are tons of recurring plugins but not
many