如何使用 REST API 获取 Zimbra 的日历名称
我想使用 REST 请求获取所有 zimbra 日历的名称。 怎么办呢? 谢谢
I want to get the names of all my zimbra calendars using a REST request.
How to do it ?
Thnx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是 REST,甚至不是 Zimbra 的 SOAP API,但它是一个解决方案:
当您解析结果时,获取与您想要的内容相对应的文件夹(约会...)
This is not REST but even not Zimbra's SOAP API, but it's a solution :
And when you parse the result, take the folders that correspond to what you want (Appointment...)
我认为你不能用 REST 来做到这一点。但您可以使用 SOAP 来完成此操作。检查以下网址。
http://mmrblogger.blogspot.in /2013/04/how-to-get-all-calendar-names-for.html
I don't think you can do this with REST. But you can do it using SOAP. Check the following url.
http://mmrblogger.blogspot.in/2013/04/how-to-get-all-calendar-names-for.html