caldav 服务器的 php 库或客户端
我已经设置了一个 caldav 服务器,特别是 http://radicale.org/ 现在我想集成一个 jquery日历,例如 http://themouette.github.com/jquery-week-calendar/weekcalendar.html 但问题是php中的接口。
所以问题是: 有一个用 php 编写的库可以与 Radile 服务器或另一个 caldav 服务器进行交互吗?如何创建、修改和删除事件?
我不知道该协议是如何工作的,但我认为你可以使用curl。
此致 克劳迪奥
i've set up a caldav server in particular http://radicale.org/ and now i would to integrate a jquery calendar like http://themouette.github.com/jquery-week-calendar/weekcalendar.html but the problem is the interface in php.
so the question is:
there is a library written in php to interact with radicale server or just another caldav server? How is possible to create, modify and delete events?
I do not know how the protocol works, but I thought that you could use curl.
Best regards
Claudio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您正在寻找一个像样的 SabreDAV Wrapper,您应该尝试 http://baikal.codr.fr
它是轻量级的、完整的 PHP,并具有一个用于管理联系人和日历的良好 Web 管理功能。
If you're looking for a decent SabreDAV Wrapper, you should try http://baikal.codr.fr
It's lightweight, full PHP, and features a nice web admin for managing contacts and calendars.
我使用 SabreDAV,这是一个针对 Web/Cal/CardDAV 的 PHP 框架。它定义了您必须实现的后端才能创建您自己的服务器。它功能齐全,可能是 PHP 中最好的库。
它工作正常,我也使用相同的日历;)
I use SabreDAV, a PHP framework for Web/Cal/CardDAV. It defines backends you have to implement in order to create your own server. It's full featured and probably the best lib In PHP.
It works fine and I also use the same calendar ;)