我开始使用Google Calendar API。 但是当我在链接https://developers.google.com/google-apps/calendar/instantiate中尝试设置时,我遇到了一个大问题。
我尝试实现构造函数
Calendar service = new Calendar(httpTransport, accessProtectedResource, jsonFactory);
但是这不在库中,这个构造函数不存在。
有人可以帮我找到解决这个问题的新方法吗?
由于
答案 0 :(得分:0)
确保您引用com.google.api.services.calendar.Calendar
中定义的日历服务类,而不是com.google.api.services.calendar.model.Calendar
中定义的模型类。