Due Date is not updating on google

51 views Asked by At

I tried to update the due date with rest API call out but is not updating on google and there is no error and exception for that too. I tried this from google developer console but it is not updating on google and there is no error too.

1

There are 1 answers

0
yuri On

It looks like if you do not add the id on the Body you get a 400 response error, it shouldn't be like this, but this should definitely work:

{
  "due": "2019-12-25T00:00:00.000Z",
  "id": "ekFnZHl5eGt0MG5oaFZZQg"
}

enter image description here