0

我们如何使用谷歌日历 API?

我正在使用谷歌日历 api 开发一个 iphone 应用程序。

身份验证过程已完成,但之后我无法移动一步。如何在谷歌日历中添加活动?

提前致谢

4

1 回答 1

0

Google has provided very nice sample code for all their APIs in a variety of languages. For an Objective-C example with Google Calendar API, see : http://code.google.com/p/google-api-objectivec-client/source/browse/#svn%2Ftrunk%2FExamples%2FCalendarSample

In particular, the file CalendarSampleWindowController.m has what you're looking for. See the addAnEvent method.

于 2012-04-30T04:44:20.630 回答