4,602 questions with Microsoft 365 and Office | Development | Other tags
Managed Identity (VM) access to SharePoint Online with Federated Credentials
We have the following situation: Legacy application (CRM 8.1.1 on premise) requires read/write access to SharePoint Online for document management to replace SP 2013. SP 2016/2019 are not viable as we cannot upgrade the CRM environment to 8.2 (minimum…
Microsoft 365 and Office | Development | Other
"How does My Tasks board ordering work when grouped by Progress? Which field does Planner use ?
How does the My Tasks board view order tasks when grouped by Progress? Does GET /me/planner/tasks return tasks in that order, or is there another field/endpoint we should use?
Microsoft 365 and Office | Development | Other
Unable to Deploy Add-in in Admin Center After Adding SSO Code
I created a Word add-in that requires SSO for necessary permissions. When I tested it in Word online, I successfully added my manifest without errors, and the functions worked correctly. However, upon uploading my manifest file to the Microsoft 365 Admin…
Microsoft 365 and Office | Development | Office JavaScript API
Microsoft 365 and Office | Development | Other
How to know Office 365 Profile photo update timestamp? How to Synchronize Office 365 profile photo to Workday?
My requirement is to build an integration to sync profile photo form any MS Teams(or Office 365) to Workday, when there is a photo update on MS Teams. I have option to leverage either Logic Apps or Workday Studio to build the integration. Could I request…
Microsoft 365 and Office | Development | Other
Reading pane in outlook text is too large and scrambled How do I fix it?
Reading pane in outlook text is too large an scrambled. What is the fix?
Microsoft 365 and Office | Development | Other
How to get the Room schedule information in real time or in a faster way?
Hello, I'm using https://graph.microsoft.com/v1.0/me/calendar/getSchedule to retrieve the room's schedule and display it on a scheduling page of my own calendar system, indicating whether the room is occupied or available. Occasionally, users complain…
Microsoft 365 and Office | Development | Other
How to generate App Password for Microsoft 365 Admin account ?Need guidance for SMTP authentication
I am trying to generate an App Password for my Microsoft 365 admin account to use for SMTP authentication in a backend application. However, when I navigate to My Account → Security Info, I do not see the App Password option at all.
Microsoft 365 and Office | Development | Other
Don't get MS Office when I right click on the "Desktop" and click on "NEW".
I AM USING LTSC PROFESSIONAL PLUS MS OFFICE 2021. MY PROBLEM IS I CAN'T OPEN MS OFFICE (WORD, EXCEL, PPT, ETC) ON THE DESKTOP WHEN I CLICK ON THE RIGHT BUTTON ON THE DESKTOP AND THEN CLICK NEW. HERE NOT AVAILABLE WORD, EXCEL, OR PPT BUT PUBLISHER,…
Microsoft 365 and Office | Office Online Server
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Windows for business | Windows Client for IT Pros | Devices and deployment | System management components
Microsoft 365 and Office | Development | Other
Is MSGraph Search API reliable for discovery
Hi, I am planning to use MSGraph Search API https://graph.microsoft.com/v1.0/search/query to discover every Sharepoint files assigned with a given sensitivity label. I will be using app permission with Sites.Read.All Question: Is this API reliable for…
Microsoft 365 and Office | Development | Other
Word issues
I can not say what exactly I have done, but now all word files I open comes with a sort of paragraph, even documents that are not even downloaded, when I do download them, they also comes with this paragraph. I have reinstalled Microsoft 365 whole, and…
Microsoft 365 and Office | Development | Other
Error when Verifying Phone Number for E5 Tenant
I am trying to activate my E5 Tenant, but when I add my Swedish mobile number to receive the code for verification, I get the error message: We can't continue with the signup process for the following reason: Your phone number did not pass security…
Microsoft 365 and Office | Development | Other
Unable to deploy a seemingly-valid manifest.xml for an Outlook side-loading plugin
Hey all, I have the attached manifest.xml, but I cannot deploy it to any M365 tenants. It passes all validations checks (including npx command line validation AND initial upload at https://admin.cloud.microsoft/#/Settings/IntegratedApps). Can anyone…
Microsoft 365 and Office | Development | Other
Filter Microsoft Graph Webhook Subscription by Email Subject Prefix
I am working with Microsoft Graph webhooks for Outlook mail and would like to know if it’s possible to filter notifications at the subscription level based on the email subject. Requirement I only want my system to receive webhook notifications for…
Microsoft 365 and Office | Development | Other
I am using Trial account to learn Power Automate. But I am not able perform the required action. I am getting the below error.
Hi, I am learning Power automate and using trial account. While doing the required action , I am getting error "Failed to create OAuth connection: ClientError: Test connection failed. Details: Failed to get license information for the user. Ensure…
Microsoft 365 and Office | Development | Other
Unexpected behaviour of List Posts API for long Group mailbox conversation threads.
Hello Microsoft Support Team, I’m experiencing an issue where the Microsoft Graph List Posts API returns incomplete results for Microsoft 365 Group mailbox conversation threads. Yesterday I ran a test by creating a single long conversation…
Microsoft 365 and Office | Development | Other
Excel VBA Code Not Running with No Error
Hi, I am trying to utilize a VB code in Excel that will hide some rows depending on the value of another cell. In my case, I have a data validation list in cell F42 that gives the user the option of selecting either "Yes" or "No". If…
Microsoft 365 and Office | Excel | For business | Windows
Microsoft 365 and Office | Development | Other
New outlook drag/drop support in Winforms
We have a winforms application in which users could drag/drop mails directly from the old outlook, which would be processed using the outlook interop. Since the switch to the new outlook, this drag/drop doesn't work anymore. I understood that microsoft…
Microsoft 365 and Office | Development | Other
Microsoft Graph all-day events return incorrect UTC start/end – organizer timezone not available
We are using Microsoft Graph API to read and update Outlook calendar events. Normal (non all-day) events work correctly, but we consistently face issues with ALL-DAY events. Scenario: Organizer mailbox timezone: IST (UTC+05:30) User creates: Normal…
Microsoft 365 and Office | Development | Other
findMeeting REST API does not support shared mailbox?
I'm building a bot using the MS Outlook Calendar REST APIs. I have a case where my user who is an executive assistant wants to create a meeting in the delegate mailbox, she/he has access to. We are currently using findMeeting API to fetch the available…
Microsoft 365 and Office | Development | Other
Calendar events visible in Microsoft Graph API but missing in Outlook Web UI
Hi, We are seeing inconsistent behavior between Microsoft Graph and Outlook when working with a specific calendar. We have a dedicated calendar that belongs to the mailbox MICROSXXXXFT_OUTLOOK_ACCOUNT_EMAIL (the calendar owner). We create events in this…