简体   繁体   English

java-关于Google Calendar API v3

[英]java - about Google Calendar API v3

https://developers.google.com/google-apps/calendar/instantiate?hl=zh-CN https://developers.google.com/google-apps/calendar/instantiate?hl=zh-CN

I would like to use Google Calendar API v3, but in this example, I can't find these libraries:

import com.google.api.client.auth.oauth2.draft10.AccessTokenResponse; 
import com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessProtectedResource; 
import com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAccessTokenRequest.GoogleAuthorizationCodeGrant; 
import com.google.api.client.googleapis.auth.oauth2.draft10.GoogleAuthorizationRequestUrl; 

Perhaps they are too old and deprecated? and where can I get the latest examples for authorization codes?

仅供参考:我从Google那里得到了官方答复,他们将使用新的API(v3)来通过示例更新过时的文档和示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM