0

I'm trying to build google calendar functionality for an iPhone app. I understand I need to be authorized with OAuth2 and would like help some help. The iPhone app is accessing a public calendar and therefore the user is not supposed to login with a webview like the google toolbox framework. FWIW, I have my account set up. Any framework recommendation or good tutorials for this would be greatly appreciated.

4

1 回答 1

1

我和你在同一条船上。您在这方面找到的信息稀缺且令人困惑……不幸的是。

您可能已经访问过Google 的 API 文档。这篇文章帮助我让 GDataObjC-Client 在我的项目中工作。

不幸的是,谷歌的示例都适用于 Mac 而不是 iOS。他们的看法是,iOS 的方法与 Mac 的方法几乎相同,因此您要弄清楚如何将 Mac 部分转换为 iOS。

我最终这样做了......我创建了一个新的 XCode 项目并将 Mac 应用程序的 CalendarSampleWindowController 的代码带到我的 ViewController 中。

祝你好运!

于 2013-05-18T15:54:43.747 回答