Questions tagged [google-tasks]

Google Tasks API allow developers to search, read and update Tasks resources stored by Google Tasks service.

120 questions
53
votes
8 answers

Generate an RFC 3339 timestamp similar to Google Tasks API?

I am in the process of building an app that syncs with Google Tasks. As part part of the syncing, I want to compare the local task and the API task, and see which one has been changed more recently. Each task from Google's API contains an updated…
levi
  • 23,693
  • 18
  • 59
  • 73
11
votes
2 answers

Google Task API Move Task to different list

I'd like to know if the Google Tasks API provides the option to move a task to a different list or if I need to create a copy of the task. The move method seems to only allow moving within the same list.
Dan Schien
  • 1,392
  • 1
  • 17
  • 29
8
votes
1 answer

Google Tasks API: 403 Forbidden, Serving Limit Exceeded

Hello Google Tasks API team, Since a couple of days ago we've started getting "403 Forbidden" for many of our users. Can you please check what is going on? Our API console is clean, #calls are way bellow quotas. Caused by:…
user346648
6
votes
1 answer

Syncing Google Tasks created in Google Apps with those created in our Web Application (Grails/Java)

We want to integrate Google Tasks API into our Grails Web Application but I have a number of concerns with regard to the syncing of tasks and prevention of conflicting data. What is best practice for syncing Tasks, at the point when a Task has been…
stevenm
  • 173
  • 1
  • 8
6
votes
1 answer

Generating token to access google account

I've a problem with generating a second token in my application. I registered 2 accounts on my phone. When I use the first account token is generating, but when I choose the second token isn't generated. My…
elektronik
  • 61
  • 2
5
votes
3 answers

Google Tasks API BatchRequest triggers "Duplicate Request ID in Batch Request"

Starting Sept 13th the Google Tasks BatchRequest update workflow is triggering a 400 error return "Duplicate Request ID in Batch Request" within an application that has remained stable for years. I can't find anything in the request that indicates a…
5
votes
0 answers

Where to view completed tasks in Google Task Queue?

My Cloud Task Queue dashboard for a particular task looks like this: It seems to only show pending tasks and tasks that errored out and need to be retried. How can I view completed tasks as well? My reason for wanting completed tasks on this page…
5
votes
1 answer

How to secure an app engine app to be available only to Google Cloud Task?

I would like to create a task handler that is supposed to deal with some tasks with retry, etc. But I want this endpoint to only be triggerable by a specific queue in google task ? How am I supposed to deal with it ? What is the best practice ? Best…
4
votes
1 answer

Some issues with `go get cloud.google.com/go/cloudtasks/apiv2`; undefined: grpc.RoundRobin

The subject in question: https://cloud.google.com/tasks/docs/creating-http-target-tasks?hl=ru Programming language: GO First, download this package: go get -u google.golang.org/genproto/googleapis/cloud/tasks/v2 No problem. Next I download this…
4
votes
0 answers

Webhook for Google Tasks

I have integrated Google Tasks APIs into my web application. The requirement is to sync the task between web application and Google. So far, the Task in my web application is created and synced with the Google Tasks using the Google Tasks API. I…
Naved Munshi
  • 487
  • 1
  • 5
  • 17
4
votes
1 answer

Google Tasks API does not give update about Task completion when New Gmail Theme used

First I created a Task using below link: https://mail.google.com/tasks/canvas Then I marked it as Completed. When I checked the API Response for the same using: Services > Tasks API v1 > tasks.tasks.list [Returns all tasks in the specified task…
Niraj
  • 1,939
  • 20
  • 29
4
votes
1 answer

how to get tasks that have a due date from task lists in nodejs Google Tasks API?

in this page there is a nodejs example to get all task lists from Google Tasks. I get it to work and I've been playing around to get the tasks of each task list that have a due date, but i haven't even been able to get all tasks associated to a task…
3
votes
1 answer

Google Cloud Tasks - Network Error on create multiples tasks

In this code below I have a client which creates multiples tasks inside a map loop. However, this process doesn't complete and returns the follow network error: Error: request to…
3
votes
1 answer

Handling changes in user Google Tasks using GTasks API

We are building service that will synchronize with user Google Tasks data, so if user add/edit/delete task in GTask, so it will be added/edited/deleted in our service. And there is a big problem with synchronization: as I see GTasks API does not…
barbushin
  • 5,165
  • 5
  • 37
  • 43
3
votes
0 answers

Unable to add Tasks to any Lists - Quota Exceeded Error

I have recently encountered a problem with adding new tasks to Google-Tasks. Both the Google Calendar integration (in any browser) and the Google Tasks App (on Android - Galaxy S9+) report an error whenever I try to add a new task. On Google…
Mook
  • 31
  • 1
1
2 3 4 5 6 7 8