We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
http://code.google.com/p/google-caja/source/browse/trunk/src/com/google/caja/demos/calendar/rrule-cajita.js?r=4000
请参阅测试用例以了解用法:http://code.google.com/p/google-caja/source/browse/trunk/tests/com/google/caja/demos/calendar/rrule_test.js? r=4000
http://code.google.com/p/google-caja/source/browse/trunk/src/com/google/caja/demos/calendar/rrule-cajita.js?r=4000
See the test cases for usage : http://code.google.com/p/google-caja/source/browse/trunk/tests/com/google/caja/demos/calendar/rrule_test.js?r=4000
另一个实现: https://github.com/jkbr/rrule
它是 Python 的
dateutil 的端口.rrule
并具有广泛的测试套件。Another implementation: https://github.com/jkbr/rrule
It's a port of Python's
dateutil.rrule
and features an extensive test suite.使用 RFC2245 实现 iCalendar 的 JQuery 插件: http://keith-wood.name/icalendar.html
.NET 库:http://sourceforge.net/projects/dday-ical/
PDF,其中有关使用 iCal 的 4D Ajax 框架的信息: ftp://ftp.4d.com/ACI_PRODUCT_REFERENCE_LIBRARY/4D_PRODUCT_DOCUMENTATION/PDF_Docs_by_4D_Product_A-Z/4D_Web_2.0_Pack/v11_R5/4DAF_Cal4D_Guide_v11.5.pdf
这些并不完全是您想要的内容,但我希望可以帮助您随着你的发展。
JQuery Plugin which implements iCalendar with RFC2245: http://keith-wood.name/icalendar.html
.NET library: http://sourceforge.net/projects/dday-ical/
PDF with information about a 4D Ajax Frameworks that uses iCal: ftp://ftp.4d.com/ACI_PRODUCT_REFERENCE_LIBRARY/4D_PRODUCT_DOCUMENTATION/PDF_Docs_by_4D_Product_A-Z/4D_Web_2.0_Pack/v11_R5/4DAF_Cal4D_Guide_v11.5.pdf
These are not exactly what you was looking for, but I hope can help you with your development.