How to get only next day appointments from Google Calendar

Hello everyone and thank you for your attention.

I am automating a clinic and I want to send an appointment confirmation to everyone who is booked the next day.

In the Google Calendar node when I use the Start Time filter and put tomorrow’s day, it is pulling all events and not just the selected day.

can anybody help me?

Hi @k.grigoletto, welcome to the community :tada:

In the past I have used the below approach to filtering in Google Calendar:

So essentially using start time as the upper boundary and end time as the lower boundary. This might sound counterintuitive but it’s how the respective Google Calendar API endpoint works.

So in order to get events for the next day you could do something like this:

Hope this helps! Let me know if you have any questions on this :slight_smile:

1 Like

It worked, thank you! :smiley:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.