Google 日历:获取活动日期?
我想知道是否可以使用 Gdata Api 通过 JAVA 访问 Google 日历的每个事件的日期。我检查了 api 库,但 IEntry 类中没有表示事件日期的字段。如果有人有任何想法,请告诉我。谢谢你!!
I'm wondering if I can access to the date of every event of Google Calendar with JAVA using Gdata Api. I checked the library of api but there's no field in IEntry Class represent the date of events. Please let me know if anyone has any idea. thank you!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该在 EventEntry 上调用 getEntry() 方法:
http://www.google.com/codesearch#EOYaOg_yTgg/trunk/java/src/com/google/gdata/model/gd/EventEntry.java&q=addtime%20package:http:// gdata-java-client%5C.googlecode%5C.com&type=cs&l=439
You should call the getEntry() method on the EventEntry:
http://www.google.com/codesearch#EOYaOg_yTgg/trunk/java/src/com/google/gdata/model/gd/EventEntry.java&q=addtime%20package:http://gdata-java-client%5C.googlecode%5C.com&type=cs&l=439