我们如何使用谷歌日历 API?
我正在使用谷歌日历 api 开发一个 iphone 应用程序。
身份验证过程已完成,但之后我无法移动一步。如何在谷歌日历中添加活动?
提前致谢
我们如何使用谷歌日历 API?
我正在使用谷歌日历 api 开发一个 iphone 应用程序。
身份验证过程已完成,但之后我无法移动一步。如何在谷歌日历中添加活动?
提前致谢
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.