Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I'm using the Task API in Google App Scripts. When getting a list of tasks, if I don't explicitly specify showHidden: true in the request, the completed tasks are missing. Shouldn't showCompleted: ...
Dolav Soker's user avatar
0 votes
0 answers
72 views

I have the below set up to try and get users data from google calendar and tasks APIs. Googleauth.ts import { google } from 'googleapis'; import { NextApiRequest, NextApiResponse } from 'next'; const ...
RandomDeveloper's user avatar
0 votes
1 answer
88 views

I created some cloud tasks queues in the account and was trying to retrieve the data using google cloud inventory APIs but no data is being returned even though the asset is mentioned as supported in ...
HariJustForFun's user avatar
1 vote
0 answers
155 views

Goal: I'm trying to create a Google Chrome Extension with the sole purpose of interacting with Google Tasks in the Google Chrome sidebar. Similar to the sidebar available within Gmail (https://mail....
wr4ng's user avatar
  • 11
1 vote
0 answers
184 views

I'm trying to build a simple tasks web app where users can login with their google accounts and access google tasks via the API. It's basically for my own use where I want to add an advanced search ...
Sln's user avatar
  • 11
0 votes
1 answer
106 views

I try to receive the list of google task from react native app. I created a new app : npx react-native init GoogleTasksApp Added the package : npm install @react-native-google-signin/google-signin ...
Maxim Uglov's user avatar
0 votes
1 answer
1k views

I need to create Google cloud task with long time of retry (a year for example), this will be simple post request to endpoint of my application. I created task with const task = { .....
Alex-1999's user avatar
0 votes
1 answer
316 views

I have the following scenario: Front-end -> Cloud Run Service on serverless mode. Based on the user action, it will call a long running and parameterized process, which can take more than one hour ...
SidiBecker's user avatar
0 votes
0 answers
70 views

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
181 views

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
1 vote
1 answer
120 views

I am new to coding and have put together some code to reference Google Sheet values to create Google Tasks. However, when I run the script it doesn't seem to check the existing task title and dueDate ...
Roe's user avatar
  • 43
0 votes
1 answer
289 views

I am trying to create a task in my calendar from sheets. I have turned on advanced services and I am able to create task. The problem is more with the way I am trying to enter the fields or app ...
Rob's user avatar
  • 11
0 votes
1 answer
306 views

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.7k
0 votes
2 answers
433 views

I'm trying to create a generic task queue in firebase. Following docs I'm supposed to create a new queue for each function I need but I want to create a generic queue that will accept any function. I'...
luicfrr's user avatar
  • 1,818
1 vote
1 answer
250 views

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
  • 63

15 30 50 per page
1
2 3 4 5
9