4,580 questions with Microsoft 365 and Office | Development | Other tags
about recurrance event syncing from outlook to my app
I am currently integrating Microsoft Outlook Calendar with my application using Microsoft Graph, and I am facing issues while syncing recurring events, specifically when changes are made to a series. What is working I am able to successfully create and…
Microsoft 365 and Office | Development | Other
How to evaluate checkboxes with one routine?
Referencing the screenshot below, I wanted to see how to make adjustments to the last checkbox (CLEAR ALL DATA). Scenario: If I initially choose "CLEAR ALL DATA," then all other checkboxes are checked. Then if I decided I want to uncheck one…
Microsoft 365 and Office | Development | Other
I dont see copilot in my outlook how to add it
I dont see copilot in my outlook how to add it ? please advise is there is a specific work around
Microsoft 365 and Office | Development | Other
X-Unsent: 1 doesn't work on windows 11 and new outlook
Hello, I generate an eml file but the header X-Unsent doesn't work anymore on the new outlook version (windows 11). How can I specify the mail is a draft ? Sincerly
Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
Windows for business | Windows Client for IT Pros | User experience | Other
retrieve all events for a given periode
Hello, im trying to use the api of graph explorer , my goal is to retrieve all events a user had given a certain periode ( 2025 year ) https://graph.microsoft.com/v1.0/me/calendarView?startDateTime=2025-01-12&endDateTime=2026-01-18 i tried to…
Microsoft 365 and Office | Development | Other
The email with an attached ICS file sent using Azure is not recognized as a calendar event by Outlook
During the process of sending an email using Azure's Java SDK, the observed phenomenon is that the ICS file sent via Azure is only recognized as an attachment, but it can be recognized as a calendar event and displayed correctly by other email…
Microsoft 365 and Office | Development | Other
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Power Automate: Save error — “InvalidVariableInitialization” inside For each
Hi, I’m building a monthly workflow that pulls messages from a Teams channel, converts them to text, runs each through an AI Builder prompt, appends the results to a string, creates a file in OneDrive, and posts the summary back to Teams.…
Microsoft 365 and Office | Development | Other
Additional fees for developer subscription?
개발자 정기구독을 하였다. 매월 일정금액이 발생하는가요? 추가 자원사용에 따라 비용이 증가하나요 ? 저는 정기구독 금액만 발생하고 싶습니다. I signed up for a developer subscription. Is there a fixed monthly fee? Will the fee increase with additional resource usage? I only want to pay the subscription…
Microsoft 365 and Office | Development | Other
Malformed JSON response to Graph API /me/messages endpoint
We have recently started seeing responses from the Graph API endpoint that have malformed JSON in the response. It ends with "value":[ and then no content beyond that. The status code is 200. This does not happen with all requests, only some of…
Microsoft 365 and Office | Development | Other
Is .setColumnWidth() broken in Excel scripts?
I have written a very simple code in Office Scripts which should simply set some column widths and the header rows (see below). However, when I run the script, the column widths are nowhere near the values I have input (I have added comments to show the…
Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Excel | For business | Windows
How to Automatically Renew OAuth Token for Extended MAPI Applications Using Outlook
When you interactively open Outlook it renews the access tokens automatically in the background. How can an Extended MAPI application do this automatically in the background when it runs as a service? I have an Outlook MAPI application that runs as a…
Microsoft 365 and Office | Development | Other
Microsoft Graph AuditLogs: Clarification on Split License Assignment Events for Large License Bundles
I am seeking an official clarification regarding the behavior of Microsoft Graph Audit Logs when processing large license assignment or removal events. Observed Behavior When assigning or removing large license bundles (for example, Microsoft 365 E5, E3…
Microsoft 365 and Office | Development | Other
Remote Endpoint error (HTTP 400)
I've been facing a remote endpoint error whenever i try to interact with an approval prompt on my outlook. HTTP 400.
Microsoft 365 and Office | Development | Other
Folder Copy Operation Should Support Partial Success Reporting When Some Items Fail Due to Insufficient Permissions
Current Behavior: When using the Microsoft Graph API to copy an entire folder (via POST /drive/items/{folder-id}/copy), if any file within the folder lacks sufficient permissions for the calling user (e.g., a file with "Restricted View"…
Microsoft 365 and Office | Development | Other
Embedding Morse Code Translator Web App in Microsoft 365 (Office Add-in or SharePoint) Not Executing JavaScript
I have a web-based Morse code translator that works correctly in standard browsers, but I’m encountering issues when trying to embed or integrate it within Microsoft 365 environments such as SharePoint Online pages and Office (Word/Excel) web…
Microsoft 365 and Office | Development | Other
Web Word not allow undo when the OOXML is set via my Addin
Hi, I have a simple Addin: Office.onReady((info) => { if (info.host === Office.HostType.Word) { document.getElementById("set-content").onclick = setContent; } }); export async function setContent() { const contentType =…
Microsoft 365 and Office | Development | Other
Incoming emails are automatically hard-deleted in Exchange 2016
So struggle now, I exactly have the same issue here: https://www.reddit.com/r/exchangeserver/comments/1q4kuhh/incoming_emails_are_automatically_harddeleted_in/ lemme tell you what I'm feeling after holiday and my email sever is freaking up, someone give…
Microsoft 365 and Office | Development | Other
Persistent Authentication & UX Pain Points in Excel Power Query (Developer Feedback)
I’m a developer who would love to build Excel‑based solutions for clients, and I need to express ongoing frustration with how Excel handles authentication for SharePoint Online and Azure AD–secured REST APIs. The current experience is extremely fragile,…
Microsoft 365 and Office | Development | Other
CSPP HomePage URL Redirection
Hi Team, I am currently integrating Microsoft Excel and Word using the CSPP WOPI program. While reviewing the CSPP checklist, I noticed a requirement related to homepage URL redirection, and I’m seeking clarification on how this applies to our…
Microsoft 365 and Office | Development | Other
API Token Connection from Clarity to Power BI
Hello! I am having problems trying to display my Clarity data in a Power BI report. I am following the instructions provided by Clarity itself:…