如何使用Google日历API
问题描述:
我想创建一个android程序,用我的Google帐户创建,删除和更新Google日历。如何使用Google日历API
我已经阅读Google开发人员网站上的Google Calendar API页面 https://developers.google.com/google-apps/calendar/但我不明白如何添加日历并将其与我的Google帐户同步。
本页内容:http://samples.google-api-java-client.googlecode.com/hg/calendar-android-sample/instructions.html?r=default是google-calendar-android-sample,我想问一下如何实现它或有没有其他实现和完成的项目?
我不知道哪种方式是最好的,我想问哪种方式最好是添加一个谷歌日历,并与我的谷歌帐户同步。
我也尝试使用calendarview创建日历,但我在创建事件时遇到了问题,我无法使用calendarview创建事件。
我希望这是足够的信息来理解我的问题。
感谢
答
CalendarProvider是目前访问Android的Google日历API的推荐方式:http://developer.android.com/guide/topics/providers/calendar-provider.html
能帮你的描述更具体?你有哪些确切的问题?样本有什么问题? – sandrstar 2015-02-06 11:39:27