I am currently creating an application for a team to manage tasks and add them to an outlook calendar. Right now, it successfully adds the task to a calendar, but the importance is left blank. Here is my code:
Office365Outlook.V4CalendarPostItem(
LookUp(
Office365Outlook.CalendarGetTables().value,
DisplayName = "Calendar"
).Name,
InputTask.Text,
DPDueDate.SelectedDate,
DPDueDate.SelectedDate,
"(UTC) Coordinated Universal Time",
{Importance: DDPriorityLevel.Selected.Value}
)
Any help would be appreciated. Also, if anyone knows, is there a way to update someone else's Calendar if there name is selected in a dropdown?

Report
All responses (
Answers (