JQuery and Rails Calendar Plugins

Does anyone have any experience with the appointment scheduling calendar for ruby ​​on the rails app? Should I watch pure jQuery plugins instead? I am looking for something good to plan meetings.

Here are some resources I found:

List of several jquery:

+4
source share
2 answers

I suggest you take a look at FullCalendar http://arshaw.com/fullcalendar/

https://github.com/arshaw/fullcalendar

Well-documented, works great, perhaps the most popular Google Calendar, like a calendar. Written in jQuery and open source: MIT or GPLv2 license.

Integration with Rails is not complicated, you can see a few examples here:

https://github.com/bokmann/rails3_fullcalendar

https://github.com/vinsol/fullcalendar_rails

+4
source

In my case, the answer was to create the HTML calendar code so that clicking on the div time interval selects the time. It's not too difficult to do some CSS and HTML, as well as jQuery.

0
source

Source: https://habr.com/ru/post/1387932/


All Articles