Google Calendar API - 未找到构造函数

时间:2012-04-14 10:11:54

标签: google-api google-calendar-api google-api-java-client

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

我尝试实现构造函数

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

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

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

由于

1 个答案:

答案 0 :(得分:0)

确保您引用com.google.api.services.calendar.Calendar中定义的日历服务类,而不是com.google.api.services.calendar.model.Calendar中定义的模型类。