Skip to main content

Google Tasks now has a number of ways of adding tasks. 

  1. Direct add
  2. Add from gMail using the make task button
  3. Add in an arbitrary Google Doc by creating a task checkmark then assigning

Zapier correctly detects new tasks that are added with methods 1 and 2, but does not ‘see’ tasks added in the third way, which means I can’t reliably use the integration to sync tasks.

 

Has anyone come across this? I assume it’s a bug in the Zapier integration or maybe Google Tasks presents tasks added that way slightly differently?

Hello @SamB . I’ve done some quick research on this topic and found out where the problem is and how it should be fixed. Google Task API ( /tasks/v1/lists/), used to fetch tasks, supports a parameter called “showAssigned” that filters the tasks assigned with a default value of “False” which means assigned tasks won’t be fetched.

Tasks created from Google Docs are assigned by default, so the current GTask Zap implementation does not list them. 

Fixing the issue is incredible as simple as follows:

  • Adding the header “showAssigned=true” to the HTTP request

I’ve performed some tests in the Google OAuth playground, and the results are satisfactory. Below is the original post from the official Google Task issue tracker I have based on.

Implementing this solution should be very straightforward. Please let me know if there is any way I can help.

 

Cesar

 


@SamB Another request for the same thing! Pulling tasks of google docs would be incredibly useful.

 


Hi ​@CesarCamargo and ​@gwvas👋

Thank you both for reaching out here. I’ve added your votes to the feature request now. 

@CesarCamargo - apologies for the delay in responding. Thanks so much for all your work in researching that and sharing your findings here, it’s very much appreciated! 🤗 I’ve passed this information over to our engineers so they can look into getting that header added to the request.

I can’t make any promises around when you can expect it to be done by, but I’ll be sure to follow up here once it’s sorted and you’ll both get an automatic email notification from us once the open feature request has been closed.


Happy to help, ​@SamB . I hope they’ll be able to add this change to their surely long backlog and have this issue fixed. 


Reply