Weekly calendar

Am Montag, den 29.10.2007, 18:56 -0400 schrieb Rick DeNatale:
On 10/29/07, [email protected] [email protected] wrote:

Hi,

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 … )?

Well I didn’t until I asked my friend:
rails calendar plugin - Google Search

The first hit doesn’t look bad at first glance.

I talked to him for a long time and found many monthly calendars. But I
am
looking for a weekly calendar (view), like

time | Mo | Tu | We | Th | Fr | Sa | Su

8-9 | | || | | |
------
------ -------------------
9-10 |Res.| | Jim| | | |
-----| by |----- -------------------
10-11|Boss| || | | |
------
-------------------------
11-12| | |Fred| | | |
----------------
-------------------
12-13| | | | | | |

  • prev. week * * next week *

  • new reservation *

Anyone an idea?

Thanks, Rudolf

Anyone an idea?

Thanks, Rudolf

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.

  • Mac

Few more calendar plugins can be seen at
http://www.railslodge.com/tags/all/Calendar

Hi,

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.

Your example below fits my needs exactly.

Please let me know. Thank you!

Well I didn’t until I asked my friend:
rails calendar plugin - Google Search

The first hit doesn’t look bad at first glance.

I talked to him for a long time and found many monthly calendars. But I
am
looking for a weekly calendar (view), like

time | Mo | Tu | We | Th | Fr | Sa | Su

8-9 | | || | | |
------
------ -------------------
9-10 |Res.| | Jim| | | |
-----| by |----- -------------------
10-11|Boss| || | | |
------
-------------------------
11-12| | |Fred| | | |
----------------
-------------------
12-13| | | | | | |