We have a backend VB based scheduling app which we would like to webify. A key function point is displaying multi-person schedule (with possible multi-events) for a selected day.
A sample can be seen at http://flic.kr/p/8rT4aR
In VB we've used a non-web custom control SchedOCX to deliver this functionality.
Any recommendation for an HTML5/SVG toolkit which might reduce they effort in replicating this control?
Bonus points if this functionality can be driven from a Ruby/Rails infrastructure :-)
Any/all assistance appreciated... Thanks