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.