-
Notifications
You must be signed in to change notification settings - Fork 135
Draft blog for the July 2026 Office Add-ins Community Call #2330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AlexJerabek
wants to merge
4
commits into
pnp:main
Choose a base branch
from
AlexJerabek:AlexJ-July26Blog
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+120
−0
Open
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
90500a1
Draft blog for the July 2026 Office Add-ins Community Call
AlexJerabek cfda41a
Apply suggestions from code review
AlexJerabek ec60632
Add YouTube links and Q&A
AlexJerabek 9dc1163
Update content/office-add-ins-community-call/2026-07-08/index.md
AlexJerabek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+557 KB
...s-community-call/2026-07-08/images/office-add-ins-community-call-2026-07-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,92 @@ | ||
| --- | ||
| title: "Office Add-ins developer platform community call – July 8, 2026" | ||
| summary: "Topics include: Office.js API delivery updates by Jonah Karpman, Building Copilot skills for Excel by Sankalp Madaan and Merry Zebro, Office.js quality updates by Akshay Dixit. Call hosted by Mansi Agrawal, Product Manager. Recorded on July 8, 2026." | ||
| date: 2026-07-08T14:00:00Z | ||
| author: "Alex Jerabek" | ||
| githubname: AlexJerabek | ||
| categories: ["Office add in developer community call"] | ||
| images: | ||
| - images/office-add-ins-community-call-2026-07-08.png | ||
| tags: ["Office Add-ins","Microsoft 365"] | ||
| type: "regular" | ||
| videos: | ||
| - TBD | ||
| draft: true | ||
|
AlexJerabek marked this conversation as resolved.
Outdated
|
||
| --- | ||
|
|
||
| # Office Add-ins developer platform community call - July 8, 2026 | ||
|
|
||
| {{< youtube TBD >}} | ||
|
AlexJerabek marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## This month's agenda and presenters | ||
|
|
||
| - **Office.js API delivery updates** — Jonah Karpman, Product Manager, Office.js API deployment pipeline. Jonah shared reliability improvements to the Office.js delivery infrastructure, including multi-provider CDN failover for Office.js endpoints. He also discussed ongoing work on an npm package for Office.js and a future unified domain for the Office.js API reference. | ||
| - **Building Copilot skills for Excel** — Sankalp Madaan, Product Manager for Office.js in Excel, and Merry Zebro, Software Engineer for Office.js in Excel. Sankalp introduced Copilot skills in Excel as reusable packages of instructions, artifacts, workflow steps, resources, scripts, and guardrails. Merry demonstrated how a skill package works from the user markdown file, resources, and Office.js scripts. | ||
|
AlexJerabek marked this conversation as resolved.
Outdated
|
||
| - **Office.js quality updates** — Akshay Dixit, Product Manager, Office Extensibility quality. Akshay shared the team's progress on Office.js issue triage and resolution, with a focus on Word and Excel issues since the open letter. He described the triage approach, recent fixes, issue-age insights, and the areas where the team is actively investing next. | ||
|
AlexJerabek marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## View video segments | ||
|
|
||
| - Introduction and agenda | ||
| - Office.js API delivery updates | ||
| - Building Copilot skills for Excel | ||
| - Copilot skills for Excel demo: Zava Finance earnings quality dashboard | ||
| - Copilot skills for Excel demo: player impact spotlight | ||
| - Copilot skills package walkthrough | ||
| - Office.js quality updates | ||
| - Q&A | ||
| - Documentation updates and highlights | ||
| - General resources and next call details | ||
|
|
||
| ## Resources related to this blog's content | ||
|
|
||
| - [Office Add-ins documentation](https://aka.ms/office-add-ins-docs) | ||
| - [Office Add-ins developer questions](https://aka.ms/office-addins-dev-questions) | ||
| - [GitHub office-js issues](https://github.com/OfficeDev/office-js/issues) | ||
| - [Microsoft Tech Community – Submit feature requests](https://aka.ms/m365dev-suggestions) | ||
| - [Office Add-ins community call](https://aka.ms/officeaddinscommunitycall) | ||
| - [Submit questions for next community call](https://aka.ms/officeaddinsform) | ||
|
|
||
| ## Q&A (question & answers) | ||
|
|
||
|
AlexJerabek marked this conversation as resolved.
|
||
| ## Documentation updates and highlights | ||
|
|
||
| | Category | Article | Description | | ||
| |---|---|---| | ||
| | Outlook | [Try out Outlook add-in API requirement set 1.16](https://learn.microsoft.com/javascript/api/requirement-sets/outlook/outlook-requirement-set-1-16) | Try the new Mailbox requirement set 1.16 features, including how to create an encryption add-in that handles the `OnMessageDecrypt` event. See the [announcement blog post](https://devblogs.microsoft.com/microsoft365dev/mailbox-requirement-set-1-16-now-available-for-outlook-add-ins/) for more details. | | ||
|
AlexJerabek marked this conversation as resolved.
|
||
| | Outlook | [Updated blog post: Prepare your add-in for Outlook ribbon improvements](https://devblogs.microsoft.com/microsoft365dev/prepare-your-addin-for-outlook-ribbon-improvements/) | Review updated naming changes for add-in buttons on the ribbon in Outlook on the web and the new Outlook on Windows. | | ||
| | Outlook | [Sample: Invoke an Outlook add-in from an actionable message](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/outlook-actionable-message) | Run the sample to learn how to activate an Outlook add-in from an actionable message. | | ||
| | PowerPoint | [Create custom keyboard shortcuts](https://learn.microsoft.com/office/dev/add-ins/design/keyboard-shortcuts) | Implement custom keyboard shortcuts for your PowerPoint add-ins. | | ||
| | PowerPoint | [Sample: Use keyboard shortcuts for Office Add-in actions](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/office-keyboard-shortcuts) | Run the sample to test custom keyboard shortcuts for Office Add-ins. | | ||
|
|
||
| ## Call to action | ||
|
|
||
| - Join the [next community call](https://aka.ms/officeaddinscommunitycall) on August 12, 2026 at 7:00 AM Pacific Time/ | ||
|
AlexJerabek marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## General resources | ||
|
|
||
| - [Documentation](https://aka.ms/office-add-ins-docs) | ||
| - Quick Starts: | ||
| - [Outlook](https://learn.microsoft.com/office/dev/add-ins/quickstarts/outlook-quickstart) | ||
| - [Excel](https://learn.microsoft.com/office/dev/add-ins/quickstarts/excel-quickstart-jquery) | ||
| - [Word](https://learn.microsoft.com/office/dev/add-ins/quickstarts/word-quickstart) | ||
| - [PowerPoint](https://learn.microsoft.com/office/dev/add-ins/quickstarts/powerpoint-quickstart) | ||
| - [Script Lab](https://aka.ms/getscriptlab) | ||
| - [Samples](https://aka.ms/officeaddinsamples) | ||
| - [Microsoft 365 Developer Program](https://aka.ms/M365devprogram) | ||
| - [Office Scripts](aka.ms/office-scripts-docs) | ||
| - [Technical questions about Office add-ins](https://aka.ms/office-addins-dev-questions) | ||
| - [Stack Overflow questions](https://stackoverflow.com). Use keywords **office-js**, **outlook-web-addins**, or **office-scripts**. | ||
| - [Github office-js issues](https://github.com/OfficeDev/office-js/issues) | ||
| - [Microsoft Tech Community – Submit feature requests](https://aka.ms/m365dev-suggestions) | ||
| - [Microsoft 365 Developer Program](https://aka.ms/M365devprogram) | ||
|
|
||
| ## Stay connected | ||
|
|
||
| - See the full blog post for this call in the [Microsoft 365 platform community blog](https://aka.ms/m365pnp/blog) | ||
| - [X (formerly Twitter)](https://twitter.com/microsoft365dev) | ||
| - [Microsoft 365 Unified Sample gallery](https://aka.ms/community/samples) | ||
| - [Microsoft 365 Platform Community on YouTube](https://aka.ms/community/videos) | ||
| - [Microsoft 365 Platform Community](https://aka.ms/community/home) | ||
| - [Link to all Microsoft Developer Community calls](https://aka.ms/M365DevCalls) | ||
| - [Submit questions for next community call](https://aka.ms/officeaddinsform) | ||
| {{< attachments >}}{{< /attachments >}} | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.