web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Adding Importance to O...
Power Apps
Unanswered

Adding Importance to Outlook Calendar from Power Apps

(0) ShareShare
ReportReport
Posted on by

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? 

Categories:
I have the same question (0)
  • LaurensM Profile Picture
    12,516 Moderator on at

    Hi @CSilva,

     

    The optional parameters are written in lower case - try importance.

    LaurensM_0-1693591890904.png

     

    In order to view or update other calendars, the calendar will need to be shared with the user executing the action and they will need the correct permissions to that calendar. In practice this could be quite difficult to set up when the users need access to a lot of calendars.

     

    Should you just want the event to show up in the selected person's calendar, you could give the optional parameters 'requiredAttendees' or 'optionalAttendees' a try.

     

    LaurensM_1-1693591938931.png

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard