I am attempting to create an event with Google Calendar’s node using a telegram trigger. The node inputs the correct information, but then defaults to midnight. I have tried updating the code node to ensure the code being ported to the Google Calendar node was clean, but still encounter the same issue. Any help or insight is much appreciated 
Rest of workflow runs fine.
Workflow: (https://kaizensatoshi.app.n8n.cloud/workflow/2X8Dci8Hml6QvbK7)
output returned by the last node
[
{
“ok”: true,
“result”: {
“message_id”: 128,
“from”: {
“id”: 7680720635,
“is_bot”: true,
“first_name”: “Zed”,
“username”: “Kaizensatoshibot”
},
“chat”: {
“id”: 7189480683,
“first_name”: “Unkown”,
“last_name”: “M”,
“type”: “private”
},
“date”: 1745083439,
“text”: “ Event created: Deep work\n:spiral_calendar: Start: 2025-04-19T00:00:00-04:00\n:stop_sign: End: 2025-04-19T00:00:00-04:00\n:memo: Details: Finalize strategy plan”,
“entities”: [
{
“offset”: 17,
“length”: 9,
“type”: “bold”
},
{
“offset”: 31,
“length”: 6,
“type”: “bold”
},
{
“offset”: 67,
“length”: 4,
“type”: “bold”
},
{
“offset”: 101,
“length”: 8,
“type”: “bold”
}
]
}
}
]
Information on your n8n setup
- n8n version: [email protected]
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Through n8n chrome
- **Operating system: Windows 11
**