我在 Android 上使用适用于 Java 的 Google API 客户端库来检索公共 Google 日历条目:
http://code.google.com/p/google-api-java-client/
我能够让 Android 日历示例正常工作:
我制作了一个示例 Android 应用程序,它可以很好地提取公共 Google 日历。CalendarEntry 类具有“标题”和“摘要”字段。在我的测试中,“标题”字段包含事件的名称,“摘要”字段包含存储在 Google 服务器上的位置和时间数据。
您如何获取存储在 Google 服务器上的条目描述(不仅仅是条目名称、时间和地点)?