简体   繁体   中英

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. How could this be done?

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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