Synchronising Google Calendar to my application in Android

别来无恙 提交于 2020-01-15 07:50:30

问题


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


回答1:


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

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. Here's a summary I wrote about OAuth on Android:

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

Happy hacking!



来源:https://stackoverflow.com/questions/4912269/synchronising-google-calendar-to-my-application-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!