caldav 服务器的 php 库或客户端

发布于 2024-12-11 07:03:01 字数 430 浏览 1 评论 0原文

我已经设置了一个 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技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

那些过往 2024-12-18 07:03:01

如果您正在寻找一个像样的 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.

独﹏钓一江月 2024-12-18 07:03:01

我使用 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 ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文