Get the actual day's Google Calendar events

Hi y’all,

for hours now I’m trying to create an automation in which I need to get the Google calendar events of the current day.

My way right now is to get the current date with a Date Helper. I use DD/MM/YY as a format as I don’t need to get the current time.

Whenever I try this automation, the Google Calendar piece can successfully connect to my Google Calendar but doesn’t give back any events or appointments.

Any help on this would be more than great!

Hello @Bushrang , Welcome to the community :wave:,

Fetch today’s date in the format ‘YYYY-MM-DD’ using the Date Helper piece. Then, use the ‘Add/Subtract Time’ action in the Date Helper tool to calculate tomorrow’s date based on today’s date from the previous step. After obtaining both dates, use the ‘Get Events’ action in the Google Calendar piece and set up the flow as shown in the image to retrieve today’s events.