Run webhook 1 hour before google calendar event start time

I am using n8n.cloud which is currently at version v0.168.2.

I want to find newly created events in google calendar and run a webhook 1 hour before the event start time.

how can I do this?

Hi @aristosv, welcome to the community :tada:

This is not currently an option of the Google Calendar Trigger I am afraid, though it’d be a really useful feature. So you might want to raise a separate feature request for that.

As for your problem, you could use the regular Google Calendar node combined with an Interval/Cron node running every minute.

You can then use an IF node to check if the event starts in something like >60 and ≤61 minutes. Like so for example:

thank you, I’m trying it now