简体   繁体   English

在Android中将Google日历同步到我的应用程序

[英]Synchronising Google Calendar to my application in Android

I have made a GUI application in Android, to which I would like to sync with Google Calendar. 我已经在Android中制作了一个GUI应用程序,我想将其与Google日历同步。 How could this be done? 怎么办呢?

Google has well-documented APIs for its services. Google为其服务提供了有据可查的API。 You can find the Calendar API here: 您可以在此处找到Calendar API:

http://code.google.com/apis/calendar/data/2.0/developers_guide.html http://code.google.com/apis/calendar/data/2.0/developers_guide.html

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. 您可能还希望将OAuth视为身份验证机制,因为大多数用户不喜欢将密码泄露给应用程序。 Here's a summary I wrote about OAuth on Android: 这是我在Android上撰写的有关OAuth的摘要:

http://nilvec.com/implementing-client-side-oauth-on-android.html http://nilvec.com/implementing-client-side-oauth-on-android.html

Happy hacking! 骇客入侵!

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

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