Was wondering if anyone knows why this isn't working. I've been at it for a while now and searching forums but cannot find a solution.
error message: 'were unable to Deserialize'
Code:
Office365Outlook.V4CalendarPostItem(
"Calendar",
Concatenate("Event: ",datesOrgSelectionDropdown_1.Selected.structureName),
Concatenate(datesDateDropdown_1.SelectedDate, " ", timeTextInput_1.Text),
Concatenate(recurrenceEndDateDatePicker_1.SelectedDate, " ", timeTextInput_2.Text),
"(UTC-08:00) Pacific Time (US & Canada)",
{
isAllDay: If(datesAllDayToggle.Value=true,true,false),
recurrence:Text(recurrenceScheduleDropdown.Selected.Value),
recurrenceEnd:DatePicker3.SelectedDate,
body:Concatenate("Org Selection: ", Text(datesOrgSelectionDropdown_1.Selected.structureName))
}
)
Thank you in advance
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |