0

我开始使用 Google Calendar API。但是当我尝试链接https://developers.google.com/google-apps/calendar/instantiate中的设置时,我遇到了一个大问题。

我尝试实现构造函数

Calendar service = new Calendar(httpTransport, accessProtectedResource, jsonFactory);

但是这个不在库中,这个构造函数不存在。

任何人都可以帮我找到解决这个问题的新方法吗?

谢谢

4

1 回答 1

0

Make sure you are referring to the Calendar service class defined in com.google.api.services.calendar.Calendar and not the model class defined in com.google.api.services.calendar.model.Calendar.

于 2012-04-14T20:18:23.493 回答