Google Tasks UWP API
Available on Nuget:
Use command: Install-Package GoogleTasksUWP.ColinKiama
or search for GoogleTasksUWP.ColinKiama
An UWP Implementation of the Google Tasks API: https://developers.google.com/tasks/v1/reference/
Progress so far:
- OAuth
- Tasklists
- Tasks
- Query Options
-
Follow instructions from "using your own credentials" https://github.com/googlesamples/oauth-apps-for-windows/tree/master/OAuthUniversalApp#using-your-own-credentials
-
Use GTasksOauth to start an authorisation request
-
Handle the Uri Callback with GTasksOauth to generate a token.
-
Use the token to create a GTasksClient
-
Start making requests.