gdata-java-api 的 CalendarEventEntry.getTimes() 返回什么?
我一直在 api 文档中查找,但无法确定该方法是否以及何时返回多个 When
实例。 代码 似乎解析重复出现的
元素,common elements部分在gd:when
属性后面有一个*
,表示可以有多个该类型的元素。但描述暗示只有一个事件元素。
那么在哪种情况下 CalendarEventEntry.getTimes()
返回多个 When
实例呢?似乎可以通过 addTime()
添加多个实例,但是可以通过默认的 Web 界面来完成吗?
I've been looking up and down the api-docs and couldn't find out if and when the method returns more than one When
instance. The code seems to parse repeating occurrences of <gd:when>
elements, the common elements section of the protocol description has a *
after the gd:when
property, indicating that there can be multiple elements of this type. But the description implies that there is only one event element.
So in which case does CalendarEventEntry.getTimes()
return more than one When
instance? It seems to be possible to add multiple instances via addTime()
, but can you do it via the default web interface?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案可以在数据 API 开发人员指南:协议:部分中找到“创建重复事件”:
The answer can be found in Data API Developer's Guide: The Protocol: Section "Creating Recurring Events":