Hi n8n’ers, I am trying to look-up past and future events in Google Calendar with email address as the search criterion. Is it possible to run such a search in n8n?
Get event requires an ID which I don’t have.
Would like to do the same with looking for past emails sent to and received from with email address as criterion, just in case a similar method can be used for this as well.
Any ideas appreciated.
Cheers
Hi @krnshrm, welcome to community!
As long as I know, you can do that with some programmatically things~
You can retrieve some or all the past and future events from your calendar using Google Calendar node, and you must filter it with Code Node.
1 Like
Thank you for the reply.
Do you know the node name for retrieving all past and future events? Is it under the Google Calendar category or is it another type of node?
You can use Built in Google Calendar Node for that.
Here’s some “quick start” for you to retrieve the emails.
- Head to Resource fields, choose Event
- Choose “Get Many” from “Operation” Fields
2 Likes
Thank you, I will try that.
Update: tried it and it worked. I also used a option: Query to filter with the email address.
Also marked your last reply as the solution 
It’s my pleasure to help.
If you don’t mind, pls support me with mark as Solution ;D
1 Like