Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to connect my asp.net (vb.net) app to google calendar so I can post events on google calendars.

So far, I've managed to get an access token, and refresh token. I plan on storing the refresh token so my app can access a particular google calendar long after the user has logged out.

So, i've got my access token and refresh token, now what? I can't find any examples where i can connect to google calendar api v3 with just an access token - all the examples, even on googles site, involve using the client library to get an access token (which i've already got), and creating a new CalendarService() object with no parameters passed.

Is it possible to create a CalendarService class and give it an access token i already have?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.