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:
Flow looks like this:
Thank you very much!
Solved! Go to Solution.
Hi @Anonymous ,
Please Update the Second expression in your Condition as below:
formatDateTime(triggerOutputs()?['body/end'],'yyyy-MM-ddT18:00:00Z')
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I updated the picture, so that the formulas are next to it.
Hi @Anonymous ,
Please Update the Second expression in your Condition as below:
formatDateTime(triggerOutputs()?['body/end'],'yyyy-MM-ddT18:00:00Z')
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @v-alzhan-msft
Thank you very much. It works !!
BUT...
Creates double entries. Any suggestions?
Thank you very much
User | Count |
---|---|
6 | |
5 | |
5 | |
3 | |
2 |
User | Count |
---|---|
10 | |
9 | |
7 | |
7 | |
4 |