Objective: When adding a new item to a SharePoint list an email is sent to the owner with the details and an event is added to the Outlook team calendar.
Outcome: The email is sent with the details to the owner but the format of the start time and end time in Power Automate is yyyy-mm-ddT00:00:00. In the SharePoint form the date is mm-dd-yyyy so when I try to use data from the form I get a 400 error. If I manually type the date it works but it puts the calendar item at midnight where it can't be seen. If I try to add the time it covers up the rest of the items on the calendar.
There is a an option to add advanced parameters and one of them is an all day event but when you select all day event it completely removes the item from the calendar. Also if you select an advance option of a show as free on the calendar it doesn't work either.
What I need is for the SharePoint form to supply the date without blowing up the flow with errors.