Is there a Scheduler/Calendar JS Widget library? [closed]

倾然丶 夕夏残阳落幕 提交于 2019-12-02 18:23:20

this could be what you're looking for:

DHTMLxScheduler link

  • It has day/week/month views
  • It is free
  • Data can be loaded in xml or iCal formats

You can populate the calendar using any server-side scripting language. If you wanted to, you could just get your google calendar's xml data as per Mickey's example in the accepted post above, process it in your server-side language of choice and feed the calendar control with that data.

EDIT

I also found this project on Google code recently:

JQuery Frontier Calendar

try the following open source one. wdCalendar is a jquery based google calendar clone. It cover most google calendar features.

* Day/week/month view provided.
* create/update/remove events by drag & drop.
* Easy way to integrate with database.
* All day event/more days event provided.

I'm not sure of any widgets that emulate a Google calendar week view style, which I believe you are looking for.

That's exactly what I am looking for. Unfortunately the only solution I see so far is to use Google Calendar via CalVisand CalGoo. Anyone has any experience using CalGoo? Maybe I should post this separately? I am new to SO.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!