Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

192
Views
Create an outlook calendar add-in

I am creating an outlook add-in following the official Microsoft Documentation: Build your first Outlook add-in

I am using a MacBook Pro M1, so I am following the tutorial using Yeoman generation.

Everything is working fine. I can see the add-in when in the emails, but I would like to see the add-in also in the calendar or while creating a meeting.

Following this tutorial I see the add-in only in the emails.

Mail Screenshot:Mail Screenshot

Calendar Screenshot: calendar Screenshot

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Make sure that you specified correct rules in the manifest file:

 <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit" />
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit" />
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Read" />
  </Rule>

Plus in the manifest file for the ribbon UI you need to specify different extension points for messages and appointments.

You can find the full sample add-in source code at https://github.com/OfficeDev/outlook-add-in-command-demo .

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!