Hi,
After using this forum, I was able to create a flow that forwards my office 365 to google calendar.
But now, I want to create a second flow:
I have a lot of meetings in the evening. I would like them to be forwarded automatically to my wife's / family calendar. So for example: only events that end after 18:00.
Is this possible?
I tried the following, but all events are forwarded to my wife... not only those that end after 18:00h.
I live in Brussels, UTCC+01:00
The condition I use in the flow is:
formatDateTime(triggerOutputs()?['body/end']) is greater than
formatDateTime('18:00','HH:mm')
Flow looks like this:

Thank you very much!