Showing category results for Office Add-ins

Mar 27, 2020
Post comments count0
Post likes count0

Office Add-in Development Community (PnP) – March 2020 update

Office Extensibility team

This months Office Add-ins PnP updates include how to use a shared library to migrate your Visual Studio Tools for Office Add-in to an Office web add-in, manage ribbon and task pane UI, and run code on doc open and share global data with a shared runtime

Office Add-ins
Mar 17, 2020
Post comments count0
Post likes count0

Accessing Outlook items in a user’s archived, shared or delegated mailboxes using Microsoft Graph

Microsoft Graph team

We have noticed that a few customers are unsure about the right way to access Outlook messages and contacts in mailboxes other than the signed-in user’s primary mailbox (archive, delegated, or shared mailboxes). For example, some customers use one of the following API URLs to access Outlook items in another mailbox, using the item ID and the /me UR...

Microsoft GraphOffice Add-ins
Mar 12, 2020
Post comments count0
Post likes count0

UI Fabric is evolving into Fluent UI

Office Extensibility team

We've renamed our UI Fabric GitHub repo to Fluent UI. This is step one toward our vision to make the Fluent Design System a true design-to-code system. Fluent UI will directly connect that effort to a broad set of products, through code, specifically the convergence of our most used web engineering frameworks - Fabric and Stardust.

Office Add-ins
Mar 11, 2020
Post comments count0
Post likes count0

Build contextual UI experiences with Office add-ins

Office Extensibility team

Microsoft is previewing enhancements to Office add-ins that provide two-way messaging between dialog and host page, hiding the task pane, and disabling buttons and menu items.

Office Add-ins
Mar 1, 2020
Post comments count0
Post likes count0

Office 365 CLI v2.7

Microsoft 365 PnP Team

We've just published a new version of the Office 365 CLI with commands for managing Office 365 tenants and SharePoint Framework projects on any platform.

Microsoft TeamsOffice Add-insPower Platform
Feb 25, 2020
Post comments count0
Post likes count0

Microsoft Graph calendar events – iCalUId Update

Microsoft Graph team

The iCalUId returned by the Calendar event resource type in Microsoft Graph is defined as a unique, read-only identifier that is shared by all instances of an event across different calendars. It adheres to the RFC iCalendar specification of UID.

Microsoft GraphOffice Add-ins
Jan 29, 2020
Post comments count0
Post likes count0

Announcing PnPjs 2.0 JavaScript libraries

SharePoint team

We are excited to announce the release of PnPjs 2. This release is the culmination of months of work to re-architect the PnPjs library to support better modern development standards such as selective imports, to refactor inconsistencies in the implementation, and to update our testing and documentation to provide complete coverage of the entire cod...

Office Add-ins