Microsoft Add-in dev [Outlook] Calendar development

AYa 1 Reputation point
2021-11-10T15:08:33.727+00:00

I have some issues. I want to create an outlook plugin for a meeting but I do not want to display it in "new meeting" but in calendar.

In here:
148272-image.png

I currently have this:
148254-image.png

In manifest.xml I only found this. (For new meeting)
<ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">

Do you have any clue about this?

Thank you.

Microsoft 365 and Office | Development | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alison McKay 81 Reputation points Microsoft Employee
    2021-11-18T02:34:15.797+00:00

    Hi @AYa , thank you for submitting a question.

    The Outlook add-ins documentation describes how to create add-ins. You can use Outlook add-in commands to add buttons to the ribbon or drop-down menus, and you can use module extensions to add buttons to the Outlook navigation bar alongside mail, tasks, and calendars.

    Outlook add-ins overview: https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-add-ins-overview
    Add-in commands for Outlook: https://learn.microsoft.com/office/dev/add-ins/outlook/add-in-commands-for-outlook
    Module extension Outlook add-ins: https://learn.microsoft.com/office/dev/add-ins/outlook/extension-module-outlook-add-ins

    Based on your description, I think you'll want to create a module extension. But, I recommend reading all three preceding articles to gather clarity about the options available.

    Thanks,
    Alison

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.