JavaScript 调度日历的最佳实践或现有技术
这是一个有点主观的问题,红色横幅警告我它“可能会被关闭”,但我不确定有更好的地方可以问,所以在这里。
我的应用程序需要一个非常轻量级的仅显示调度日历。本质上是一本约会簿,您可以一次查看几天或一个月的约会,并且每天您都可以看到各种约会,就像谷歌日历一样。
日历还需要有各种假期的可靠来源。
这似乎不是我应该自己编程的事情,因为肯定有人已经完成了艰苦的工作,而且我特别担心如果我最终自己动手的话,假期会怎样。
对现有产品/库有什么建议吗?
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 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一个不错的 jQuery 插件。一次显示几周。
http://www. webappers.com/2009/08/04/jquery-weekly-calendar-plugin-inspired-by-google-calendar/
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.
尝试:
http://dhtmlx.com/docs/products/dhtmlxCalendar/index.shtml
或
http://yellow5.us/projects/datechooser/
编辑
http://www.ajaxrain.com/script?sId=6250
或
http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml
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