Hi! as the tittle says, I'm working on a flow that sends you an email with all your appointmets for the next day at 18:00 every day.
I'm currently creating 2 time stamps, one that is the next day at 08:00, and the other one 18:00.
Then I use get calendar to get all my calendar items, I use a condition that checks if the start time of the calendar items is equal or greater than 08:00 and the end time is equal or less than 18:00.
If positive send me an email with the event data. No succes so far, sometimes it sends me a few but I don't know why sometimes works and sometimes doesn't. Maybe some events that have recurrency have a problem with the start and end dates? Here's the flow.
fist part
last part