You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errorMessage": "date.endsWith is not a function",
"errorDetails": {},
"n8nDetails": {
"n8nVersion": "1.34.0 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"TypeError: date.endsWith is not a function",
" at hasTimezone (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Calendar/GenericFunctions.js:131:36)",
" at addTimezoneToDate (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Calendar/GenericFunctions.js:133:9)",
" at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Google/Calendar/GoogleCalendar.node.js:340:83)",
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:724:42)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:660:68",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1062:20"
]
}
}
To Reproduce
It seems that from 1.34.0 when using timeMin parameter set to $now it does not work any longer
Bug Description
Im getting the following error
To Reproduce
It seems that from 1.34.0 when using
timeMin
parameter set to$now
it does not work any longerExpected behavior
Fetch calendar events
Operating System
Truenas / K8S
n8n Version
1.34.0
Node.js Version
18.19.1
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: