Is there a Javascript iCalendar lib?

爱⌒轻易说出口 提交于 2019-12-09 04:41:07

问题


Is there an iCalendar library available for Javascript - parser or calendar object itself?


回答1:


Here is another one from kewisch but still up-to-date

https://github.com/mozilla-comm/ical.js/

EDIT

There is also dhtmlx scheduler for showing a calendar in HTML. http://dhtmlx.com/docs/products/dhtmlxScheduler/




回答2:


https://github.com/kewisch/ical.js

By the guys behind Lightning for Thunderbird.




回答3:


There is also https://github.com/jakubroztocil/rrule which is more popular than the other choices here and still active at the time of writing.




回答4:


There are a few that were easy to find on google:

  • jQuery iCalendar plugin
  • javascript iCalendar plugin


来源:https://stackoverflow.com/questions/10656965/is-there-a-javascript-icalendar-lib

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