Ideas
Allow OneNote note content to be edited with the JavaScript API
The OneNote JavaScript API does not allow editing a paragraph. This fact limits the implementation of a spell checker. One way to achieve this would be to allow the editing of the HTML of "RichTe...Pierre_DoyonDec 12, 2024Copper ContributorNew16Views2likes0CommentsOutlook Add-in: Expose shared mailbox properties on the mailbox object in a multi-select scenario
We require a reliable method to retrieve the properties of a shared mailbox in an OWA client when multiple emails are selected. Currently, when multiple emails are selected, Office.context.mailbox.i...Dan_GarkushaNov 18, 2024Copper ContributorNew56Views4likes0CommentsImplement Document protect / unprotected in Word Office.js Api
I'm developing an add-in using Word's JavaScript API and need to restrict changes by locking with a password I also need to unlock, and therefore make editable, some areas of the document This seem...DavideBonoOct 09, 2024Brass Contributor196Views7likes0CommentsPinned add-ins shouldn't be pushed out of view when sender address is long enough
(This was originally posted as a bug tohttps://github.com/OfficeDev/office-js/issues/4954) In New Outlook and Outlook on the Web, pinned add-ins are pushed out of view when sender address is lon...209Views6likes1CommentSupport parameter or permissions in Microsoft Graph api for call records to filter
Hi Microsoft We would like to request the addition of more granular permissions and filtering capabilities for the CallRecords Graph API. Our IT team is responsible for analyzing call quality data ...sushanttOct 16, 2024Copper ContributorNew136Views5likes0CommentsAdd-in Manifest: allow wildcards for app domains
Currently all trusted app domains must be listed fully qualified in the manifest, e.g. <AppDomain>https://customer1.acme-eu.com</AppDomain> <AppDomain>https://customer2.acme-eu.com</AppDomain>...christian-sapJun 07, 2024Brass Contributor595Views18likes0Comments