Hi all - I am new and just a few days in so I apologize for the simple question. I am sure I am missing something obvious because it seems so easy.
Describe the problem/error/question
-I have a workflow that has an execute workflow node to execute a second workflow that creates a google calendar event. I am having an issue with the date/time. I can get the entire process to run but it always creates the event for the current date/time.
-The input going into the execute workflow node is [{“query”: “2024-09-01T17:00:00-05:00”}]
-I have attached image of the google calendar node. Basically in start time and end time I have it defined as {{ $json.query }}
## Information on your n8n setup
- **n8n version:*1.54.4*
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Cloud):**
- **Operating system:*MacOS Sonoma*
