I am using a Web application which uses .Net 3.5 framework. It uses the Google calendar API V1.
When searched in google forums it was found that the Google calendar API V1 & V2 are deprecated and should use V3.
Google Calendar API V3 platform support is .NET Framework 4 and 4.5
So should our application be upgraded to .NET framework 4 or 4.5 ?
Or is there is any solution for using google calendar API in .Net 3.5 framework ?