Results 2 comments of Till Hoffmann

Hey @Joffcom Thank you for your fast reply! I just updated n8n but unfortunately, the problem still exists. I checked the date formatting done by n8n in this file [file](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Google/Calendar/GoogleCalendar.node.ts)...

Found the problem. If the event originally has only a date and no time ("date": "2023-02-22") and you then try to set a dateTime ("dateTime": "2023-02-22T08:00:00.000Z"), it says that the...