*** See other thread *** located @
https://powerusers.microsoft.com/t5/Building-Flows/Recreating-Recurring-Sharepoint-Calendar-Events/td-p/250813
Hi all, I am trying to recreate recurring events in Sharepoint Online's Modern UI Event Webpart via MS Flow.
My initial plan is
- a daily recurring flow
- get events list data for the current day from sharepoint site
- if an event's Category == Birthday
- pull out the Start Time and End Time dynamic variables
- increment the years on both of them by 1
- plug the new variables into a Create Item action, with the rest of the existing event data, to make a new item a year later
- repeat for any other events who's Category == Birthday
I am struggling with filtering the Events data for just the current day, as well as manipulating the Start/End times. I believe they come through as a string so the Increment Variable function can't be directly used.
How would I go about extracting the year from the Start/End Date Dynamic variables, converting them into an integer, increment it, then plug it back into a string variable for the Create Item action?
What OData string would be necessary to filter the events just for the current day?


