获取 Android 应用程序中的日历资源列表?

Get list of calendar resources in Android app?

我正在编写一个 Android 应用程序,它需要获取 Google 日历(在我的例子中是会议室)中的日历资源的预定事件。我在网上找到的大多数示例都处理来自外部应用程序的 REST API、Oath 等(很多 PHP、JS、Python 问题),但我将使用标准 Android 应用程序。作为 Google Apps/Google Play 服务的一部分,是否有 built-in Java 类?要求设备登录 Google 帐户并且该帐户将相关资源添加到 "my calendars".

是可以接受的

你检查过这个吗link - https://developers.google.com/google-apps/calendar/quickstart/android ? Sample apps are also available - https://github.com/miguelarauj1o/GoogleCalendarQuickStart