we work on a reservation system for machines. customers should see in a
weekly
calendar for each machines, whether it is reserved or not. I have
implemented
the machines, users and reservations - does someone know a calendar view
(or
helper), which simply displays the times (… and maybe has buttons for
“next
week” and last week … )?
http://calendar-grid.rubyforge.org/ this isnt weekly, but its something.
What your trying to achieve would almost seem more logical to do in some
html.
IE draw the tables then use ruby to gather input.
If instead you wish to kind of dev from scratch, you could use something
such as TK to get a GUI weekly calendar.
I really need something similar, only a daily view with the time at
the left.
Unfortunately, I haven´t found it or anything similar either. If
anyone knows of such a plugin or anyone that has implemented such
functionality, a heads up would be very much appreciated.
Thanks
Ger.
On 10 nov 2007, 17:24, Bruno Miranda <rails-mailing-l…@andreas-
Have you found the answer to this? I am looking for something similar.
Most calendar helpers show a monthly view. I need a weekly view with
times of the day on the leftmost column.