我想连接我的 Google 日历。我不知道如何使用 OAuth 2.0。我的参数 Google API:
Client ID:
673534379963-342423423432vs315g.apps.googleusercontent.com
Client secret:
iu6V2J-42343242342XecmDounO
Redirect URIs:
urn:ietf:wg:oauth:2.0:oob
我得到日历:
EventQuery myQuery = new EventQuery("https://www.google.com/calendar/feeds/MAIL/private/full");
Google.GData.Calendar.EventFeed oEventFeed = service.Query(myQuery);