Ruby on Rails - displaying a calendar
We want to create a calendar view in a room scheduling app. The result we want is to open the clock (variables depending on the day) at the top of the grid and the room names on the left side of the grid. For this day, the body will be filled with orders. The visual we're looking for is similar to the "Weekly Builder" plugin for Rails ( http://dmix.ca/2009/06/weeklybuilder-a-weekly-calendar-plugin-for-rails/ ).
We tried using CSS to create images with different sizes, but it doesn't work. Are there any plugins available or other ways anyone can think of to accomplish this kind of visual effects?
thanks
a source to share
A complete calendar is what you are looking for. It has a "Scheduler" utility that can only be used for what you mention. I've used it myself and it's well documented and easy to use: https://fullcalendar.io/scheduler/
You can create events that span multiple rooms, specify working hours, create and resize events by dragging and dropping them, etc.
Just download the utility: https://fullcalendar.io/scheduler/download/ . Don't forget to place the "node_modules" directory under "Vendor / Assets"
a source to share
