如何使用Android编程访问/更新谷歌日历?
我想从我的 Android 程序访问/添加/读取等谷歌日历。我试过这个, http://www.developer.com /ws/article.php/3850276/Working-with-the-Android-Calendar.htm
但我想要别的东西。或者,更多示例和工作代码!
I want to access/add/read etc google calender from my Android program. I have tried this,
http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm
But I want something else. Or, some more example and working code!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以使用 GoogleApiJavaClient
看看这里为什么:
http://code.google.com/p/gdata-java-client /wiki/MigrationToGoogleApiJavaClient
在此处查找更多资源
http://code.google.com/p/google-api-java-客户端/
you can you use GoogleApiJavaClient
see here why :
http://code.google.com/p/gdata-java-client/wiki/MigratingToGoogleApiJavaClient
look here for more resource
http://code.google.com/p/google-api-java-client/
使用 Google 日历 GData API。
Use the Google Calendar GData API.