我开始使用 Google Calendar API。但是当我尝试链接https://developers.google.com/google-apps/calendar/instantiate中的设置时,我遇到了一个大问题。
我尝试实现构造函数
Calendar service = new Calendar(httpTransport, accessProtectedResource, jsonFactory);
但是这个不在库中,这个构造函数不存在。
任何人都可以帮我找到解决这个问题的新方法吗?
谢谢