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

时间:2011-02-06 08:03:54

标签: java android google-calendar-api

我在Android上制作了一个GUI应用程序,我希望与Google日历同步。 怎么可以这样做?

1 个答案:

答案 0 :(得分:1)

Google为其服务提供了详细记录的API。您可以在此处找到Calendar API:

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

您可能还希望将OAuth视为身份验证机制,因为大多数用户不喜欢向应用程序提供密码。以下是我在Android上撰写的有关OAuth的摘要:

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

快乐的黑客攻击!