Hi mmbr1606,
This is the code
SubmitForm(Form1) & ResetForm(Form1);
Office365Outlook.V2CalendarPostItem(
LookUp(
Office365Outlook.CalendarGetTables().value,
DisplayName = "Calendar" || "Kalendar"
).Name,
Dropdown4.Selected.Value & " " & TextMeetingSubject1_1.Text,
Text(DateAdd(
DateTimeValue(
_selectedMeetingTime.StartTime), -TimeZoneOffset(),TimeUnit.Minutes)
),
Text(DateAdd(
DateTimeValue(
_selectedMeetingTime.EndTime), -TimeZoneOffset(),TimeUnit.Minutes)
),
{
TimeZone: "(UTC) Coordinated Universal Time",
Body: Dropdown4.Selected.Value & " " & "on" &" "& TextMeetingSubject1_1.Text,
IsHtml:true,
Location: TextMeetingLocation1_1.Text,
RequiredAttendees:Concat(MyPeople, UserPrincipalName & ";"),
Recurrence: Text( Radio2_1.Selected.Value),
NumberOfOccurrences: Dropdown1_2.Selected.Value
}
);