zimbra 日历 API?!肥皂爪哇
我有一个关于 zimbra 的soap-java 实现的问题。
我正在编写一个java客户端,它应该显示来自用户的日历条目。 例如:user=testuser,2011 年 1 月 1 日到 2011 年 1 月 31 日之间的所有条目。
我搜索了网络,但 Zimbra SOAP API 没有任何好的文档...
PS:连接正常,我可以从我的 java 应用程序发送邮件
I've a question about the soap-java implementation for zimbra.
I'm writing a java-client which should show calendar entries from a USER.
for example: user=testuser, all entries between 01.01.2011 and 31.01.2011.
I searched the web, but Zimbra SOAP API doesn't have any good documentation...
PS: connection is ok, i could send a mail from my java application
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 ZMailbox SOAP 客户端,
ZMailbox.getApptSummaries
将为您提供ZApptSummaryResult
对象的List
,这些对象代表您的开始时间和结束时间之间重叠的所有约会。结束日期:如果您使用
zmmailbox
命令行客户端,请使用gaps
命令:If you're using the ZMailbox SOAP client,
ZMailbox.getApptSummaries
will give you aList
ofZApptSummaryResult
objects representing all appointments overlapping between your start and end dates:If you're using the
zmmailbox
command-line client, use thegaps
command: