Skip to main content
The 2024 Developer Survey results are live! See the results

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.

google-tasks-api
0 votes
0 answers
23 views

Retrieving extended properties from Google task

I am trying to create a Google task using the Task API, and when doing so, add an extended property or Client data. Then retrieve the property or data when I read the task later. My json when creating ...
Jeff McKay's user avatar
1 vote
1 answer
53 views

Cannot remove task using Google Apps Script

I'm using the script.google.com editor to try to delete tasks from a list as part of a bigger project however I keep getting an error which says API call to tasks.tasks.delete failed with error: Task ...
Ryan's user avatar
  • 13
0 votes
1 answer
278 views

How to add tasks in Google Task using Google Sheets?

I need to insert tasks in google tasks using a google sheets. I need help to know what to do, how to start. I found some paid programs to integrate this, but I want to do it myself. If somebody could ...
Devan Marçal's user avatar
1 vote
0 answers
303 views

Is there a method to know the taskList ID from a google space?

I´m working on a Google Apps Script project within the google spaces REST API, google sheets, google tasks and others. The thing is that i create a google space from a SpreadSheet in google sheets ...
Miguel Morales's user avatar
0 votes
1 answer
223 views

Google Tasks Authentication: Handle refresh tokens for Embedded Devices

I am developing for a personal embedded device (the Visionect e-ink display) that can run some node.js code to display tasks from my Google Tasks. It works fine but the token expires every so often. ...
pathikrit's user avatar
  • 33.5k
0 votes
1 answer
37 views

Creating a Task that is not All Day

When using the Tasks API to add a new task, the added task shows as "All Day" in the Google Calendar app. I cannot figure out how to change this using the API. I add a task using the Tasks ...
user3286459's user avatar
1 vote
1 answer
179 views

Unable to add multiple tasks using google tasks api in react.js

I am using google task API for inserting tasks in google tasks & it's also working properly when I am only adding one task at a time but the problem came when I am inserting multiple tasks in one ...
Ritik's user avatar
  • 61
1 vote
1 answer
108 views

Google Task API "update" property time does not change when modifying details or date/time

When changing the "details" field ("notes" in the API response) or Date/time field ("due" in the API response) of a task in the UI at https://mail.google.com/tasks/canvas ...
Adel Mimoun's user avatar
-1 votes
1 answer
62 views

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 = ...
Wysocki's user avatar
1 vote
2 answers
264 views

Is there a way to read the star mark (favorite) through Google Tasks API?

In Google Tasks android app and in the web version, I have the possibility to mark a task as favorite (click that star). Yet in the API there is no task attribute to use to get that boolean value. ...
Emil Cazacu's user avatar
2 votes
1 answer
1k views

Google Tasks assigned from a Google Doc, not showing when queried via API

Recently Google Workspace released the possibility to assign tasks to people in Google Docs. Those tasks appear then in the Google Task app, however, when queried via API (or even Zappier) they don't ...
Álvaro's user avatar
  • 21
1 vote
1 answer
127 views

Why the "due" argument doesn't take the in account the time portion of the timestamp?

I am currently developing a python script to manage tasks in Google Tasks. I would like to insert a task specifying both the date and the time. By going to the docs page, this is what is written: &...
devilteo911's user avatar
1 vote
1 answer
248 views

Google Tasks API not returned user assigned

Google Tasks on Google Space in Google Workspace allow to assign user to any task, displayed on Room. How to get from Google Tasks API assigned user to task? Response hasn't information about this: ...
kicaj's user avatar
  • 2,922
1 vote
1 answer
326 views

Is it possible to get all the history of reccuring google tasks with google tasks API?

I have a tasklist with repeating tasks inside. I managed to retrieve the tasks via google tasks API, but only for the current day. From the documentation I find it impossible to retrieve all the ...
Bajro Spaho's user avatar
0 votes
1 answer
260 views

Kotlin firebase executed with addOnSuccessListener even if fails

I have this piece of code and it is executed with .continueWith and addOnSuccessListener even if failed.I try with continueWithTask but i dont understand very well Tasks API. Please help me to ...
endy aris's user avatar

15 30 50 per page
1
2 3 4 5
13