Questions tagged [google-tasks-api]

The Google Tasks API provides developers with a powerful set of API endpoints for searching, reading, and updating Google Tasks content and metadata.

The home page for the API can be found here.

The API reference is here.

187 questions
0
votes
1 answer

Google API Java GET request with body content

My Goal is to request GoogleTaskAPI for TASKLIST with specified no.of result. It works fine, If I m passing no requestBody. But I need to pass request parameter to specific number of results to be returned. When I do that, it creates new Tasklist,…
Kaymatrix
  • 615
  • 2
  • 8
  • 16
0
votes
1 answer

Get Tasks list from Google account using username and password

i am developing an desktop application in which i have to get task list from google account (as per requirement ) in analysing i didnot find any way to get it done as i didnot have much idea about Google Task Api and in the documentation provided…
Ishaan Puniani
  • 646
  • 2
  • 10
  • 23
0
votes
3 answers

Allowing others to add Google tasks

I am looking for a way for employees to send me an email or add information to a spreadsheet that will then add tasks to my task list. Ideally, the script would capture the task list, task, due date, and any notes. I have already successfully…
-1
votes
1 answer

What google api function can I use to write data back to a Google Task?

Wrote my first node.js to access Google Tasks. I was able to successfully read the notes of a specific task I had set up into a text variable as follows: function getTask(auth) { const service = google.tasks({version: 'v1', auth}); …
-1
votes
1 answer

How to handle IOException?

I am trying to sync google task in my application. I have created a class to handle the methods used to get list of task and all task related methods. These methods I want to call in UI. For testing purpose I have created a class which extends…
-1
votes
1 answer

AppEngine Bulk upload along with files

I need to do bulk upload data from CSV file to Datastore. Although the data in the CSV file is also having a field which should be URL to a file. Each row(person) is mapped to an associated file. which either i can upload in Google Cloud Storage.…
-1
votes
1 answer

How does a beginner learn to build a Google Tasks client for OS X?

I really wish there was a google tasks app for OS X. Reminders does not work with Google Tasks. There is a GTasks API available so it could be done, right? I have never coded a thing in my life. I am downloading Xcode right now. I'd like to…
1 2 3
12
13