【问题标题】:How to access google calender from Android?如何从 Android 访问谷歌日历?
【发布时间】:2012-03-28 22:20:19
【问题描述】:

我正在尝试使用 google api / gdata 访问日历。它在使用标准 Java 时运行良好。但是我已经开始了

java.lang.NoClassDefFoundError: com.google.gdata.client.calendar.CalendarService

我一打电话,

CalendarService myService = new CalendarService("My Application");

当我尝试在 Android 上使用它时。我错过了什么? 非常感谢,提前...

【问题讨论】:

    标签: android calendar


    【解决方案1】:

    要从 Android 访问日历 API,建议使用 Google APIs Client Library for Java

    您可以查看android samples

    似乎不再开发使用来自 android 的 gdata api。

    更多讨论请参见How to add data to Google calendar programmatically in android?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-07-08
      • 2019-06-11
      • 1970-01-01
      • 2011-04-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多