Hi!
I hope someone can help me with a thing.
I have this line that i use to export Todays dates events from an sharepoint calendar.
This works really well!
EventDate ge datetime'@{formatDateTime(utcNow(),'yyyy-MM-dd')}T00:00:00' and EventDate le datetime'@{formatDateTime(utcNow(),'yyyy-MM-dd')}T23:59:59'
How would i change this one to make it extract all events from todays date and 5 days ahead.
So if it is monday morning. I want to extract all events from Monday, Tuesday, Wednesday, Thursday and Friday (5 days).
I have a flow that is triggered every monday morning.
I want to get all events from a calendar for the comming week (monday-friday).