Ragavan Rajan
Ragavan Rajan

Reputation: 4397

Outlook Web Add-in Contextual menu for Appointment

I am building outlook web add-in basically replacing our existing VSTO outlook Add-in. I was looking for a way to build context menu for appointment made via outlook web add-in but I couldnt find any samples or documentation for this.

enter image description here

Kindly help how to achieve the context menu on appointments or bring the task pane add-in in calendar view.

Upvotes: 0

Views: 375

Answers (2)

user7823505
user7823505

Reputation:

Currently context menus is not a part of the product. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.

https://officespdev.uservoice.com/forums/224641-general/category/131778-outlook-add-ins

Upvotes: 0

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66245

Context menus are not exposed to the Web Addins. See https://learn.microsoft.com/en-us/outlook/add-ins/add-in-commands-for-outlook for all available extension points.

Upvotes: 1

Related Questions