进行同步谷歌日历我的Andr​​oid应用程序我的、应用程序、日历、Andr

2023-09-07 16:50:25 作者:丶灬尛破孩

我已经在Android的GUI应用程序,而我想与谷歌日历同步。 怎么能这样做?

I have made a GUI application in Android, to which I would like to sync with Google Calendar. How could this be done?

推荐答案

谷歌已经证据充分的API,用于其服务。你可以在这里找到日历API:

Google has well-documented APIs for its services. You can find the Calendar API here:

HTTP://$c$c.google。 COM /原料药/日历/数据/ 2.0 / developers_guide.html

您可能也想看看的OAuth的认证机制,因为大多数用户不喜欢的应用程序给他们的密码。这里有一个总结我写了OAuth的Andr​​oid上:

You might want to also take a look at OAuth as the authentication mechanism, since most users don't like giving out their passwords to apps. Here's a summary I wrote about OAuth on Android:

http://nilvec.com/implementing-client-side-支持OAuth上android.html

黑客快乐!