Google calendar api integration with classic asp - asp.net

I have a working google calendar integration with Console and web as explained in https://developers.google.com/google-apps/calendar/quickstart/dotnet .
I am unable to get any direct way to integrate the same with classic asp.
Is there any way, I can integrate google calendar with Oauth2 in classic asp ?
Thanks in advance.

You could look at the excellent CHilkat components. He provides examples about ways to consume many API's, including Google Calendar.
You can get examples on this website : http://rest-examples.chilkat.io/google_calendar/asp/default.cshtml
The main website with extended docs is located at https://www.chilkatsoft.com/

Related

Can we use rest api in ASP.Net?

I am new in Rest Api and I am using this api in SharePoint but I just wanna know that can I use Rest Api in Asp.Net with web forms.
Please let me know if we can do this or not ?
Yes you can do it it's simple you can get help and learn about your first WEB API from here.
[REST Web API][1]https://learn.microsoft.com/en-us/aspnet/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api
you can access it via third party tool also like PostMan and etc.
OFC that you can. There is a framework called ASP.NET Web API. https://www.asp.net/web-api

Authenticate Google OAuth2 using ASP.NET with VB

I'm working on an ASP.NET web app that will interact with the YouTube API. I have never done OAuth before. While I am definitely comfortable with the concept, I need to learn exactly how to implement it.
I am using VS Express 2013, programming in VB. My app is a Web Forms app (Non MVC), but I have opted to use the Empty Web App template to avoid all the unnecessary baggage that comes with their template.
I'm looking for a guide that will lead me through each of the following:
The set-up in the Google Developer Console
What I need to do in my site to interact with the Google API (I think I need to have an /Oauth2callback folder?)
What code do I need to successfully retrieve the refresh token, as well as trade it in for the scope tokens?
I know it's a lot - so I'm not looking for anyone to type it all here - but if anyone can point me to a good step-by-step, I would really appreciate it.

Is it possible to post to google+ account using web application?

Is this possible to Implement the ability to post to Google+ platform using web application?
I have searched through https://developers.google.com/api-client-library/dotnet/get_started but did not find any solution yet.
follow the link
https://developers.google.com/+/quickstart/csharp.
VS c# sample is also available

Google+ integration with ASP.NET

Is there a way to post data from a ASP.NET application to Google+ account of a user. Does Google+ provide any API for the .NET platform?
Since the Google+ API is now available, you can use the Google APIs Client Library for .NET to access the API.
As of 9-7-2011, the API has not yet been released:
http://googleplusplatform.blogspot.com/
There is, however, a platform preview for which you can sign up:
http://www.google.com/+/learnmore/platform-preview/
Here is some discussion of the issue as well as some unofficial (that is to say, they will break eventually) APIs:
http://blog.programmableweb.com/2011/07/18/the-unofficial-google-plus-api-wait-which-one/

Integrate Google App to my ASP.NET application

I need to use google accounts in my ASP.NET application. Did somebody do it? I have many questions about it
StackOverflow does it. Use the OAuth/OpenID libraries for .NET - DotNotOpenAuth.

Resources