开发者

best practice or prior art for javascript scheduling calendar

开发者 https://www.devze.com 2023-01-18 07:44 出处:网络
This is a bit of a subjective question, and a red banner is warning me that it \'is likely to be closed\', but I\'m not sure of a better place to ask so here goes.

This is a bit of a subjective question, and a red banner is warning me that it 'is likely to be closed', but I'm not sure of a better place to ask so here goes.

My application calls for a very lightweight display-only scheduling calendar. Essentially an appointment book开发者_C百科 where you can see a few days or maybe a month at a time, and in each day you can see the various appointments, a-la google calendar.

The calendar needs to also have a reliable source for various holidays.

This does not seem like something I should be programming myself, since surely someone has already done the hard work, and I'm particually concerned about the holidays if I end up rolling my own.

Any suggestions for an existing product/library?


Here's a nice jQuery plugin. Shows weeks at a time.

http://www.webappers.com/2009/08/04/jquery-weekly-calendar-plugin-inspired-by-google-calendar/


We embed a Google calender in one of our apps, it works for us, but I imagine a lot of developers would have branding issues or want better integration with there application.


Try:

http://dhtmlx.com/docs/products/dhtmlxCalendar/index.shtml

or

http://yellow5.us/projects/datechooser/

EDIT

http://www.ajaxrain.com/script?sId=6250
or
http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml

0

精彩评论

暂无评论...
验证码 换一张
取 消