Hello ,
We recently started using Xamarin for the first time to code an multi-platform app as a school project.
I'm having an issue getting started with google APIs.
What i want is to access my google calendar from my phone (Android or IOs) and get a json with all the events that i can work with.
I have been unable to find any correct demos/sample code to get me started on the app.
I tried : http://codekicker.de/news/Retrieving-calendar-events-using-Google-Calendar-API
But apparently GoogleWebAuthorizationBroker.AuthorizeAsync(.........) no longer works with the new Auth package.
Any help would be greatly appreciated.
Thanks guys.