I need to add support for Google Tasks (read/write/edit/delete) into my app - what's the most effective way of doing it?
There is an entry in GitHub which is around a year old (https://github.com/xamarin/google-apis/) and there are some apis listed by Google for use via the Xamarin Nuget Package Manager add-in.
Anyone done this at all or got any suggestions? I've tried to do both way but get into chase the dependency problems with the GitHub stuff and unable to install the tasks api on NuGet becuase of Newtonsoft Json target frame work problems.
I'm a relative Newbie to this by the way.
Thanks.