Google Tasks bug - not retrieving proper due time

I set up a workflow that syncs Google Tasks to Microsoft To Do and I discovered that when retrieving tasks from Google Tasks, the dates are correct, but all the times are set to 00:00 , for example

"due": 
"2025-06-06T00:00:00.000Z"

therefore I cannot set the time for the reminder in To Do

So if the google task gives you the datetime

"due": "2025-06-06T00:00:00.000Z"

Then looks like there is no time in Google Task.

What’s your expect time in this case ?

Maybe put a set field node before send to Microsoft like this

There is a time set in Google Task, that is the issue. But it doesn’t seem to be retrieved

Can you show the node code or screenshot how you get data from Google Task?

Sorry found that is a known issue in Google Task API

https://issuetracker.google.com/issues/166896024
https://issuetracker.google.com/issues/128979662?pli=1

So can not get the due time is caused by Google. Need to wait them to update the API in the future!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.