GoogleTasks.Net
1.0.0
A Google Tasks .Net Standard API
Everything in the API has been implemented except Patch methods (which aren't necessary)
OAuthClient with your API keys.OAuthClient.FinishOAuthAsync methods.TasksClient with the API Keys and token you've obtained. You will now be able to interact with the Tasks API using methods from TasksClient.Note: You are responsible for ensuring that your token isn't expired while using the API. You can refresh the token with the RefreshTokenAsync method from OAuthClient.
You should save your Token to avoid logging in everytime you wish to access the API.
For bugs, feature requests or anything else, open up a new issue.
Google Tasks API: https://developers.google.com/tasks/v1/reference/
Google OAuth 2.0 for Mobile & Desktop Apps: https://developers.google.com/identity/protocols/OAuth2InstalledApp
Google OAuth Apps For Windows Samples: https://github.com/googlesamples/oauth-apps-for-windows