Google Calendar like interface [closed] Google Calendar like interface [closed] ajax ajax

Google Calendar like interface [closed]


I recommend you do use some existing toolkit, lib or js widget that does that. I find this lib may fit you: ftr-gwt-library. I started to write a GWT component just for that, but I dont' have alot of time to finish it. The site is gwt-scheduler.

IMHO, GWT is great for this type of AJAX apps, althought it takes some time to grok the concepts and quirks (mostly css quirks between browsers). Both links are GWT components, and it is relatively easy to expose GWT components to javascript.


www.web2cal.com will be a good place to start? There are few more, if you search in stack overflow you should be able to see.


I am doing almost same things. After some googling, I find a jquery plugin may help.http://www.web-delicious.com/jquery-events-calendar-wdcalendar/Unfortunately, its sample is in php, you have to convert it to .net version