Good day friends!
Update! I used Shane Youngs video, and got the code all fixed. Now I am running into a weird issue I haven't seen before and I don't understand what exactly it is asking. I updated the code below, and included a screenshot of the error its showing! TIA 🙂
Office365Outlook.V4CalendarPostItem(
LookUp(
Office365Outlook.CalendarGetTables().value,
DisplayName = "Calendar"
).Name,
SubjectInput.Selected.JobNumberAndName,
DateAdd(DateTimeValue(StartDatePicker.SelectedDate & " " & StartHour.SelectedText.Value & ":" & StartMinute.SelectedText.Value & ddAPStart.SelectedText.Value), TimeZoneOffset()),
DateAdd(DateTimeValue(EndDatePicker.SelectedDate & " " & EndHour.SelectedText.Value & ":" & EndMinute.SelectedText.Value & ddAPEnd.SelectedText.Value), TimeZoneOffset()),
"(UTC-08:00) Pacific Time (US & Canada)",
{
RequiredAttendees: ComboBox3.Selected,
Body: TextInput2,
Location: SubjectInput.Selected.JobNumberAndName,
responseRequested: Checkbox3_1.Value
}
)

Report
All responses (
Answers (