Forum Discussion
SharePoint Event Web Part Doesn't Work
- Nov 09, 2018
I found out that the Events web part requires the field "All Day Event" to have a value, either true or false to show the event (it is blank when we initially create the event). To update this field in Flow after creating the event, we need to use REST API using the "Send an HTTP request to SharePoint" action. Once you assign a value to the field, the event will show up in the Events web part. Please reference the below link (Mark Invites as Full Day Event section) for the steps to set the "All Day Event" field in Flow.
https://www.anupams.net/send-meeting-invites-sharepoint-online-calendar/
I've been fighting with this all day and I can't seem to get it to work.
I'm sure I making a mistake but I can't seem to find where.
With regards to the fAlldayEvent i actually had to create an initial condition checking the all day event or not. I couldn't use the parameter from the trigger since it constantly stated True or False with capital lettering so i created a variable that got set to fAllDayEvent: true if the trigger parameter was True and vice versa.
BTW, i'm using Logic Apps