Google task doesn't recognise time

I’m trying to import tasks form a csv file. The subject and date transitions smoothly, it only doesn’t seem to recognise the time. Does anyone know how to fix it?




Welcome to the Make community!

According to the official Google Tasks API, the field “due” for a Task has to be in a specific format (RFC 3339 timestamp).

Not only that, it says:

The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn’t possible to read or write the time that a task is due via the API.

In summary, it is not possible to set the time.

For more information, see Google task api due field - Stack Overflow

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

3 Likes

Hi Sam, thank you for your input. Now I know where my limits are. Hopefully they will update this soon. Have a great day!

1 Like