Microsoft 365 developer program
39 TopicsGet user activity and information for the apps published in Microsoft Team
Hi Team, currently we have published certain Microsoft and Third-Party applications on Teams. We want to get the user details report who are accessing these applications. Current solution from Teams admin center only allows us to get the user count details not the users list. With Graph API this feature is supported for individual users and not for application. Hence please consider adding this option to Team admin center or Graph API which will be helpful to review.Leave modal dialog open until user closes it
A modal dialog can be opened by call displayDialogAsync using OfficeJS. This works fine, but after some time (like 3 or 5 minutes) the dialog gets automitcally closed which is unwanted. Leave the dialog. The user needs to close it manually or logic within the addinwhich is being invoked.Subscribe to calendar from the web through Microsoft Graph API
I want to add calendar subscriptions to my users' calendars by providing a URL to a calendar feed (webcal, .ics etc). That way the user won't have to follow manual instructions. See alsohttps://stackoverflow.com/questions/55268208/using-ms-graph-api-to-subscribe-import-an-ical-url236Views0likes0CommentsCalculated Columns in Microsoft Planner
Microsoft Planner custom columns that include formula for calculations. For example, in Microsoft Lists, you can perform a SUM of other columns in the item. ie =SUM([Column1],[Column2],[Column3]) . Ideally, implement the full capability of Microsoft Lists calculated columns in Microsoft Planner custom columns. Specifically not Microsoft Project, but Microsoft Planner. Even if it is a Premium Plan feature (which are backed by Project) the Planner interface should support the creation of calculated custom columns. An example of the capability is here: https://support.microsoft.com/en-au/office/examples-of-common-formulas-in-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3Add property or function for retrieving folder of Office.context.mailbox.item
It would be nice to have a property or a function to retrieve the mailbox folder of the selected message in Outlook directly using office-js. In fact, no property or function described here allows us to find out this info :https://learn.microsoft.com/en-us/javascript/api/requirement-sets/outlook/preview-requirement-set/office.context.mailbox.item?view=common-js-preview Can you add this information inOffice.context.mailbox.item (MessageRead) please ?Retrieve all granted sharepoint sites with sites.selected permission (Graph API)
Currently, it's only possible to retrieve all the sharepoint sites using the Sites.Read.All permission. https://learn.microsoft.com/en-us/graph/api/site-search?view=graph-rest-1.0&tabs=http There is currently no way to detect which sites have been granted to an Azure AD App Registration using Sites.Selected.Solving: PowerPoint doesn't support using triggers across different slides directly
In PowerPoint, triggers are used to start animations or actions when a specific object (such as a shape or text box) is clicked. However, there is a significant limitation in the current implementation: triggers cannot be set to respond to clicks on objects that reside on a different slide. I'm excited to propose a solution: the "Nested Trigger VBA Code." This code introduces a new feature for PowerPoint animations that resolves the trigger limitation and enhances the existing animation trigger functionality, allowing for more complex and versatile animation sequences. I have created a brief video presentation that explains the feature and its potential applications in detail. You can view the video in the attachements. I believe this feature could significantly enhance user experience and open up new possibilities for PowerPoint animations. I would appreciate the opportunity to discuss this idea further with your development team and explore the potential for integrating this feature into PowerPoint. Thank you for considering this proposal. I look forward to your response.SharePoint CSOM add View.TitleResource property
In SSOM there is a propertySPView.TitleResourcewhich allows to localize list views. Unfortunately, it's not available in CSOMView therefore making it impossible to programmatically localize List Views Titles. Thus making SharePoint sites localization not complete. To my knowledge, it's possible from UI because aspx using SSOM property for this.Graph API support to get Real-time date of the Share site collections usage statistics
On the present“Reports.Read.All” graph API permission doesn’t provide the real-time “recent data”, -- for an example, If I wants to know specific site collections “usage / statistics” on the last 1hr, on that case how to I get data, please help.