简体   繁体   English

Chrome ARC-可以访问Google帐户吗?

[英]Chrome ARC - possible to access google account?

How can I log in to the google account to get available calendars? 如何登录到Google帐户以获取可用的日历?

I run this code in Android 我在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

I want to do the same in the ARC app, to be able to insert/edit items from the selected calendar. 我想在ARC应用程序中执行相同的操作,以便能够从选定的日历中插入/编辑项目。 How can that be done? 那怎么办?

Calendar sync adapter is not currently supported on ARC. ARC当前不支持日历同步适配器。 I filed a bug although we might not be able to implement it soon. 我提交了一个错误,尽管我们可能无法很快实现它。 Feel free to subscribe the bug for any update. 随时订阅该错误以进行任何更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM