0

如何登录 google 帐户以获取可用日历?

我在 Android 中运行此代码

Uri calendars = Uri.parse(String.format("content://%s/calendars", "com.android.calendar"));
Cursor managedCursor = activity.managedQuery(calendars, projection, null, null, null);
// Enumerate and get all calendars

我想在 ARC 应用程序中做同样的事情,以便能够插入/编辑所选日历中的项目。怎么可能呢?

4

1 回答 1

0

ARC 目前不支持日历同步适配器。我提交了一个错误,尽管我们可能无法很快实现它。随时订阅错误以获取任何更新。

于 2015-04-13T17:42:33.377 回答