I am creating a simple system for Approvals of Leave.
When a form is submitted on Sharepoint it then goes through the Approval process. If it is then approved, I would like the event to then be added to a Shared Outlook Calendar.
I managed to get it working for an event o be added to a calendar on Sharepoint but I cant seem to get it to work on the Outlook Calendar.
I think it is because of the date format.
When the request is submitted through the form n Sharepoint (Customerized By powerApps), the dates From and To is in dd/mm/yyyy format but the date needs to be in yyyy-mm-ddT00:00:00 Format. How do I create a formula to chnage the date format in the flow without changing the date format in the Sharepoint list? (Hope this makes sense)
So its the From and To columns in the below:

That needs a formula for it to appear in the correct format in the below - Start time and End Time in the create event part.

Thank you