Google Calendar doesn't update event to All Day

I’ve created event in Google Calendar with Start/End DateTime from Notion database page. If I change date time to only Start Date without time in Notion, I want to change GCal event to AllDay event. But node doesn’t work.

Hi @ruslanrmv, welcome to the community and sorry for the trouble!

From searching a bit I found google calendar api - Changing event start date from “date” to “dateTime” - Stack Overflow suggesting this might be a problem with how the Google Calendar API processes such updates. Instead of updating the event through n8n, can you try completely deleting and then re-creating it?

I’m facing the same issue.
So the only solution is to delete and recreate the event?

What if we added a supported start time value that allowed for an update to “All Day”? Would that be possible?

I’m trying to do this, but my JavaScript knowledge is very limited.