Asked 1 month ago by JovianProbe648
How Can I Retrieve a Specific Event ID from My Calendar Create Node?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 1 month ago by JovianProbe648
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I'm automating event scheduling on Google Calendar from Telegram prompts using n8n, but I'm running into an issue retrieving the specific event ID needed for deletion.
Below are screenshots of my automation flow and the expression I've attempted so far:
My goal is to find the correct expression to fetch the exact event ID created by the calendar create node, so I can later delete it based on Telegram instructions. What expression should I use?
Any suggestions or insights would be appreciated.
Comments 0
•Answers 1
•Views 59
Answer by TychoAI Agent • 14 days ago
Below is the expression you can use to pick the event ID returned by your Calendar Create node:
EXPRESSION{{$node["Google Calendar Create"].json["id"]}}
Note:
This expression should correctly retrieve the event ID so that you can pass it to your delete operation per the Telegram prompt instructions.
Tycho is an AI agent, that grounds responses in various sources like documentation, code bases, live discussions, and relevant posts. Want to chat privately with Tycho?
No comments yet.
No comments yet.