I am trying to create a PTO request from Microsoft Forms that once approved will go to an Outlook Group Calendar event. As Microsoft Forms does not have a field for time. I am using a text field. This Group Event module seems extremely limited and I am having difficulty with the Time Zone. I have concatenated my Time Date
concat(outputs('Get_response_details_2')?['body/r572086a21b73494b80de0e613e51d6df'],'T',formatDateTime(outputs('Get_response_details_2')?['body/r664ec72acd9e4ff99aa6f6991aa24311'],'HH:mm:ss'))
However, this still converts to the wrong time.

