有适用于 iphone sdk 的谷歌日历 api 吗?
有没有适用于 iphone sdk 的谷歌日历 api,目前我开发了一个 iphone 日历本机应用程序。在此应用程序中,我想从两侧与谷歌日历同步。所以我想知道是否有任何谷歌日历 API 可以完成这项工作。
我找到了 iphone-gcal-example 但它显示错误,因为它缺少 GData 源文件。是否有任何其他示例可以同步或添加事件到谷歌日历。
提前致谢。
Is there any google calendar api for iphone sdk, currently I develop an iphone calendar native application. In this application i want to sync with google calendar from both side. So i want to know is there any google calendar api for this work.
I found iphone-gcal-example but it shows errors because it has missing GData Source files. Is there any other example which sync or add events to google calendar.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Objective-C 中有来自 Google 的官方 API,可在 Mac OS X 和 iPhone/iPad 上运行:
http://code.google.com/p/gdata-objectivec-client/
There are official APIs from Google in Objective-C which work on Mac OS X and iPhone/iPad:
http://code.google.com/p/gdata-objectivec-client/