<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>rss.livelink.threads-in-node</title>
    <link>https://techcommunity.microsoft.com/t5/microsoft-search/ct-p/MicrosoftSearch</link>
    <description>rss.livelink.threads-in-node</description>
    <pubDate>Mon, 04 May 2026 00:02:15 GMT</pubDate>
    <dc:creator>MicrosoftSearch</dc:creator>
    <dc:date>2026-05-04T00:02:15Z</dc:date>
    <item>
      <title>Creation of bookings appointment leads to "UnknownError"</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/creation-of-bookings-appointment-leads-to-quot-unknownerror-quot/m-p/4514607#M1505</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2215872" data-lia-user-login="All" class="lia-mention lia-mention-user"&gt;All&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I struggle to create an appointment via graph api.&lt;BR /&gt;I set up an app registration, added user, role, permissions and gave admin consent. i can successfully use GET requests to&lt;BR /&gt;- create a bearer token&lt;BR /&gt;and use this token to&lt;BR /&gt;- get company info&lt;BR /&gt;- get existing appointments&lt;BR /&gt;- get the services of your shared booking calender etc.&lt;BR /&gt;&lt;BR /&gt;but when I try to create a new appointment, i always get responses like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"error":&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"code":&amp;nbsp;"UnknownError",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"message":&amp;nbsp;"",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"innerError":&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"date":&amp;nbsp;"2026-04-24T19:18:44",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"request-id":&amp;nbsp;"178521f3-3e06-4790-a399-bdeda1c3eea7",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"client-request-id":&amp;nbsp;"178521f3-3e06-4790-a399-bdeda1c3eea7"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;this is an example POST request (i removed all personal data) I want to send to:&lt;BR /&gt;&lt;A class="lia-external-url" href="https://techcommunity.microsoft.com/t5/" target="_blank"&gt;https://graph.microsoft.com/v1.0/solutions/bookingBusinesses//appointments&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;important:&lt;BR /&gt;&lt;/STRONG&gt;- the two customer questions I answered are mandatory, so i needed to fill add them to the request.&lt;BR /&gt;- also, I made the "additionalNote" mandatory in my service configuration.&lt;BR /&gt;- i added my staff ID to make sure, the problem is not about nobody being available.&lt;BR /&gt;for "start" and "end" i chose an appointment slot in which i am available, checked through our booking page.&lt;BR /&gt;&lt;BR /&gt;unfortunately, this page does not really help.&lt;A href="https://learn.microsoft.com/de-de/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0&amp;amp;tabs=http" target="_blank"&gt; Erstellen von bookingAppointment - Microsoft Graph v1.0 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"@odata.type": "#microsoft.graph.bookingAppointment",&lt;/P&gt;&lt;P&gt;"additionalInformation": "test",&lt;/P&gt;&lt;P&gt;"customerEmailAddress": "email address removed for privacy reasons",&lt;/P&gt;&lt;P&gt;"customerName": "markus",&lt;/P&gt;&lt;P&gt;"customerNotes": "Fernwartung, Outlook-Probleme",&lt;/P&gt;&lt;P&gt;"additionalNotes": "Fernwartung – Outlook synchronisiert nicht",&lt;/P&gt;&lt;P&gt;"customerPhone": "+4912345678",&lt;/P&gt;&lt;P&gt;"customers": [{"@odata.type": "microsoft.graph.bookingCustomerInformation"}],&lt;/P&gt;&lt;P&gt;"customerTimeZone": "Europe/Berlin",&lt;/P&gt;&lt;P&gt;"duration": "PT30M",&lt;/P&gt;&lt;P&gt;"start": {&lt;/P&gt;&lt;P&gt;"dateTime": "2026-04-27T14:00:00.0000000Z",&lt;/P&gt;&lt;P&gt;"timeZone": "Europe/Berlin"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"end": {&lt;/P&gt;&lt;P&gt;"dateTime": "2026-04-27T14:30:00.0000000Z",&lt;/P&gt;&lt;P&gt;"timeZone": "Europe/Berlin"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"filledAttendeesCount": 1,&lt;/P&gt;&lt;P&gt;"isCustomerAllowedToManageBooking": true,&lt;/P&gt;&lt;P&gt;"isLocationOnline": true,&lt;/P&gt;&lt;P&gt;"maximumAttendeesCount": 1,&lt;/P&gt;&lt;P&gt;"optOutOfCustomerEmail": true,&lt;/P&gt;&lt;P&gt;"priceType": "priceVaries",&lt;/P&gt;&lt;P&gt;"price": 0.0,&lt;/P&gt;&lt;P&gt;"serviceId": "&amp;lt;the correct service id&amp;gt;",&lt;/P&gt;&lt;P&gt;"serviceName": "30 Minuten Remoteunterstützung",&lt;/P&gt;&lt;P&gt;"serviceNotes": "servnotes",&lt;/P&gt;&lt;P&gt;"smsNotificationsEnabled": false,&lt;/P&gt;&lt;P&gt;"staffMemberIds": [&lt;/P&gt;&lt;P&gt;"&amp;lt;my correct staff id&amp;gt;"&lt;/P&gt;&lt;P&gt;],&lt;/P&gt;&lt;P&gt;"customerQuestionAnswers": [&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"questionId": "9dde25ae-14fe-451d-9abd-e12532170a49",&lt;/P&gt;&lt;P&gt;"answer": "Remoteunterstützung"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"questionId": "10e2768c-4a0a-420e-ac93-da2ed25fc787",&lt;/P&gt;&lt;P&gt;"answer": "MS-Teams Konferenz"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 24 Apr 2026 19:30:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/creation-of-bookings-appointment-leads-to-quot-unknownerror-quot/m-p/4514607#M1505</guid>
      <dc:creator>markusschnepf</dc:creator>
      <dc:date>2026-04-24T19:30:00Z</dc:date>
    </item>
    <item>
      <title>Microsoft Graph - copilot/search how to get nextLink</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-copilot-search-how-to-get-nextlink/m-p/4509646#M1504</link>
      <description>&lt;P&gt;Hi, I'm having issues getting all the result back from from the search. I'm using "Graph Explorer" to try out /beta/copilot/search, using the request:&lt;/P&gt;&lt;LI-CODE lang=""&gt;{
  "query": "test",
  "pageSize": 10,
  "dataSources": {
    "oneDrive": {
      "resourceMetadataNames": [
        "title",
        "author"
      ]
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;I'm getting the response:&lt;/P&gt;&lt;LI-CODE lang=""&gt;{
    "searchHits": [
        {
            "webUrl": "https://xxx.sharepoint.com/sites/xxxx/Documents/AM%20Test.docx",
            "resourceType": "listItem",
            "preview": "This is a Template Document  This field, AM &amp;lt;c0&amp;gt;Test&amp;lt;/c0&amp;gt;,comes from a workflow",
            "resourceMetadata": {
                "title": "AM Test",
                "author": "Andrew Morgan"
            }
        },
        {
            "webUrl": "https://xxx.sharepoint.com/sites/xxxx/Documents/Test%20project.docx",
            "resourceType": "listItem",
            "preview": "This is a Template Document. This field, Test project,comes from a workflow",
            "resourceMetadata": {
                "title": "Test project",
                "author": "Andrew Morgan"
            }
        },
        {
            "webUrl": "https://xxx.sharepoint.com/sites/xxxx/Documents/Presentation%20File.pptx",
            "resourceType": "listItem",
            "preview": "This is a test",
            "resourceMetadata": {
                "title": "Presentation File.pptx",
                "author": "Andrew Morgan"
            }
        },
        {
            "webUrl": "https://xxx.sharepoint.com/sites/xxxx/Documents/Test%20project.xlsx",
            "resourceType": "listItem",
            "preview": "Input Key notes",
            "resourceMetadata": {
                "title": "Test project",
                "author": "Andrew Morgan"
            }
        },
        {
            "webUrl": "https://xxx.sharepoint.com/sites/xxxx/Documents/Test%202.docx",
            "resourceType": "listItem",
            "preview": "Hello Everyone,\r\nWelcome to …......\r\n",
            "resourceMetadata": {
                "title": "Test 2",
                "author": "Andrew Morgan"
            }
        }
    ],
    "totalCount": 1668
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I dont understand is the totalcount is 1668. Buit it doesnt seem to make any difference what I set pageSize to in the request I only ever get back 5 results and also I was expecting "@odata.nextLink" to get the next page of results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone shed any light on what i'm doing wrong or is it that i'm not understanding the document here:&lt;/P&gt;&lt;P&gt;&lt;A class="lia-external-url" href="https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/api/ai-services/search/copilotroot-search" target="_blank"&gt;https://learn.microsoft.com/en-us/microsoft-365/copilot/extensibility/api/ai-services/search/copilotroot-search&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 13:30:00 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-copilot-search-how-to-get-nextlink/m-p/4509646#M1504</guid>
      <dc:creator>Andrew Morgan</dc:creator>
      <dc:date>2026-04-08T13:30:00Z</dc:date>
    </item>
    <item>
      <title>Microsoft Graph: Private channel SharePoint site URL naming appears to have changed</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-private-channel-sharepoint-site-url-naming/m-p/4508243#M1503</link>
      <description>&lt;H2&gt;📄 Question&lt;/H2&gt;&lt;P&gt;We are creating private channels using the Microsoft Graph API:&lt;/P&gt;&lt;LI-CODE lang="http"&gt;POST https://graph.microsoft.com/v1.0/teams/{team-id}/channels&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the following payload:&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{ "@odata.type": "#microsoft.graph.channel", 
"displayName": "Project-Channel-001", "description": "Sample private channel for testing", "membershipType": "private", "members": [ { "@odata.type": "#microsoft.graph.aadUserConversationMember", "******@odata.bind": "https://graph.microsoft.com/v1.0/users/{user-id}", "roles": ["owner"] } ] }&lt;/LI-CODE&gt;&lt;H2&gt;🔍 Observed Behavior&lt;/H2&gt;&lt;P&gt;When the private channel is created, the associated SharePoint site is provisioned automatically (as expected).&lt;/P&gt;&lt;P&gt;However, the&amp;nbsp;&lt;STRONG&gt;URL format appears to have changed&lt;/STRONG&gt;.&lt;/P&gt;&lt;H3&gt;Previously observed behavior:&lt;/H3&gt;&lt;LI-CODE lang="url"&gt;https://{tenant}.sharepoint.com/sites/ProjectTeamURL-Project-Channel-001&lt;/LI-CODE&gt;&lt;H3&gt;Current behavior:&lt;/H3&gt;&lt;LI-CODE lang="url"&gt;https://{tenant}.sharepoint.com/sites/ProjectTeamName-Project-Channel-001&lt;/LI-CODE&gt;&lt;H2&gt;❗ Impact&lt;/H2&gt;&lt;P&gt;This change introduces several issues:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Breaks deterministic URL generation logic&lt;/LI&gt;&lt;LI&gt;Produces longer and less predictable URLs&lt;/LI&gt;&lt;LI&gt;Introduces dependency on&amp;nbsp;&lt;STRONG&gt;display name&lt;/STRONG&gt;, which is mutable and may contain unexpected characters&lt;/LI&gt;&lt;LI&gt;Impacts existing automation and integrations relying on the previous pattern&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;❓ Questions&lt;/H2&gt;&lt;OL&gt;&lt;LI&gt;Has there been a&amp;nbsp;&lt;STRONG&gt;recent change&lt;/STRONG&gt;&amp;nbsp;in how SharePoint site URLs are generated for private channels?&lt;/LI&gt;&lt;LI&gt;Is this behavior&amp;nbsp;&lt;STRONG&gt;intentional and documented&lt;/STRONG&gt;, or a regression?&lt;/LI&gt;&lt;LI&gt;Is there any way (via Graph or otherwise) to:&lt;UL&gt;&lt;LI&gt;Control the generated SharePoint site URL, or&lt;/LI&gt;&lt;LI&gt;Retrieve the final site URL deterministically without relying on pattern assumptions?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Is the previous&amp;nbsp;{ParentTeamUrl}-{ChannelName}&amp;nbsp;format still expected in some scenarios, or has it been deprecated?&lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;🧪 Additional Notes&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;This behavior is observed when creating channels via Microsoft Graph (v1.0)&lt;/LI&gt;&lt;LI&gt;The issue is reproducible across multiple test scenarios&lt;/LI&gt;&lt;/UL&gt;&lt;H2&gt;🙏 Any clarification from Microsoft or others encountering this would be appreciated.&lt;/H2&gt;</description>
      <pubDate>Fri, 03 Apr 2026 04:06:58 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-private-channel-sharepoint-site-url-naming/m-p/4508243#M1503</guid>
      <dc:creator>TheKevin</dc:creator>
      <dc:date>2026-04-03T04:06:58Z</dc:date>
    </item>
    <item>
      <title>Microsoft Graph callRecords Webhook Not Triggering for Bot Initiated Calls</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-callrecords-webhook-not-triggering-for-bot/m-p/4506932#M1502</link>
      <description>&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;I am working with the Microsoft Graph API and have set up a subscription on `/communications/callRecords` to receive webhook notifications whenever a new call record is created in our tenant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Our Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Subscription resource: `/communications/callRecords`&lt;/P&gt;&lt;P&gt;- Change type: `created`&lt;/P&gt;&lt;P&gt;- Permission: `CallRecords.Read.All` (Application type, admin consent granted)&lt;/P&gt;&lt;P&gt;- Token: Generated using `client_credentials` (app-only token, NOT delegated)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is Working:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Webhook fires correctly for calls made from the Teams interface (user-to-user calls)&lt;/P&gt;&lt;P&gt;- Bot callback URL receives call state events (call establishing, established, terminated)&lt;/P&gt;&lt;P&gt;- callRecords ARE generated and visible via `GET /communications/callRecords` for bot calls too&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Webhook does NOT fire for calls initiated programmatically via `POST /communications/calls` (bot/application identity calls)&lt;/P&gt;&lt;P&gt;- Even though the callRecord exists and is visible in Graph API, no webhook notification is sent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Our Bot Call Payload:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;```json&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"@odata.type": "#microsoft.graph.call",&lt;/P&gt;&lt;P&gt;"callbackUri": "https://our-server.com/webhook",&lt;/P&gt;&lt;P&gt;"source": {&lt;/P&gt;&lt;P&gt;"identity": {&lt;/P&gt;&lt;P&gt;"application": {&lt;/P&gt;&lt;P&gt;"id": "our-app-id",&lt;/P&gt;&lt;P&gt;"displayName": "My Calling App"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;"targets": [&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"identity": {&lt;/P&gt;&lt;P&gt;"user": {&lt;/P&gt;&lt;P&gt;"id": "target-user-id",&lt;/P&gt;&lt;P&gt;"displayName": "User"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;],&lt;/P&gt;&lt;P&gt;"requestedModalities": ["audio"],&lt;/P&gt;&lt;P&gt;"mediaConfig": {&lt;/P&gt;&lt;P&gt;"@odata.type": "#microsoft.graph.serviceHostedMediaConfig"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Our Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Is this a known limitation — that `callRecords` webhooks do not fire for application/bot-initiated calls?&lt;/P&gt;&lt;P&gt;2. If the callRecord IS generated and visible via GET, why is the webhook notification system not triggering?&lt;/P&gt;&lt;P&gt;3. Is there any configuration, permission, or approach that can make the webhook fire for bot calls the same way it does for Teams interface calls?&lt;/P&gt;&lt;P&gt;4. Is `callChainId` the only reliable way to fetch callRecords for programmatically initiated calls?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have already verified:&lt;/P&gt;&lt;P&gt;- Subscription is active and not expired&lt;/P&gt;&lt;P&gt;- Correct Application permission with admin consent&lt;/P&gt;&lt;P&gt;- App-only token used for subscription creation&lt;/P&gt;&lt;P&gt;- Webhook endpoint responds with 202 within 3 seconds&lt;/P&gt;&lt;P&gt;- callRecord is visible via GET after waiting 150 minutes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting 150 minutes and polling manually works, but we want real-time webhook notifications just like we get for Teams interface calls.&lt;/P&gt;&lt;P&gt;Any official clarification or guidance from Microsoft engineers would be highly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 15:15:58 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-callrecords-webhook-not-triggering-for-bot/m-p/4506932#M1502</guid>
      <dc:creator>siddharthaveer</dc:creator>
      <dc:date>2026-03-30T15:15:58Z</dc:date>
    </item>
    <item>
      <title>How long are kept onlineMeetings data (main teams data, attendanceReports)</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/how-long-are-kept-onlinemeetings-data-main-teams-data/m-p/4506338#M1499</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I was wondering how long are kept teams attendances data.&lt;/P&gt;&lt;P&gt;We created meeting by API in the past, but now the meeting is not found.&lt;/P&gt;&lt;P&gt;Is there a purge done by MS ? If yes in wich frequency ?&lt;/P&gt;&lt;P&gt;Thanks for you support&amp;nbsp;&lt;/P&gt;&lt;P&gt;JC&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 16:06:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/how-long-are-kept-onlinemeetings-data-main-teams-data/m-p/4506338#M1499</guid>
      <dc:creator>jcamsler</dc:creator>
      <dc:date>2026-03-27T16:06:02Z</dc:date>
    </item>
    <item>
      <title>Getting available time slots in Booking API</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/getting-available-time-slots-in-booking-api/m-p/4505417#M1497</link>
      <description>&lt;P&gt;I am dumbfounded by the process of getting available/bookable time slots for a service in the Bookings API.&lt;/P&gt;&lt;P&gt;As I understand it, and as I have it working, I have to:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fetch information about the service to get the SchedulingPolicy and its General and Custom availabilities.&lt;/LI&gt;&lt;LI&gt;Fetch information about the staff members connected to the service.&lt;/LI&gt;&lt;LI&gt;Fetch information from getStaffAvailability&lt;/LI&gt;&lt;LI&gt;Manually enumerate the time slots according to time slot interval, respecting the minimum lead time and maximum advance time.&lt;/LI&gt;&lt;LI&gt;Manually verify for each time slot whether any staff is available given the availability information.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(I could fetch the calendarView information but that only shows booked appointments, and so if a staff member is busy or out of office with another calendar event, that is not taken into account and the customer risks booking a time slot that was never possible to begin with.)&lt;/P&gt;&lt;P&gt;All this while managing time zone conversions at every step.&lt;/P&gt;&lt;P&gt;Is there really not one endpoint that just returns&amp;nbsp;&lt;STRONG&gt;which time slots are available for booking right now for a given service within a given date/time range&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 08:52:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/getting-available-time-slots-in-booking-api/m-p/4505417#M1497</guid>
      <dc:creator>JesperNG</dc:creator>
      <dc:date>2026-03-25T08:52:26Z</dc:date>
    </item>
    <item>
      <title>I was unable to send emails from 10:44 to 11:00 UTC-5</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/i-was-unable-to-send-emails-from-10-44-to-11-00-utc-5/m-p/4503512#M1496</link>
      <description>&lt;P&gt;Has anyone else had the same problem?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 16:35:32 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/i-was-unable-to-send-emails-from-10-44-to-11-00-utc-5/m-p/4503512#M1496</guid>
      <dc:creator>lilxblue</dc:creator>
      <dc:date>2026-03-18T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Unable to retrieve all attachments from forwarded Outlook emails using Graph API</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/unable-to-retrieve-all-attachments-from-forwarded-outlook-emails/m-p/4502311#M1495</link>
      <description>&lt;P&gt;We have integrated&amp;nbsp;&lt;STRONG&gt;Outlook with our system using Microsoft Graph API&lt;/STRONG&gt;&amp;nbsp;and subscribed to&amp;nbsp;&lt;STRONG&gt;message events&lt;/STRONG&gt;. Whenever we receive an event, we process the email message at our end.&lt;/P&gt;&lt;P&gt;Currently, we are facing an issue related to&amp;nbsp;&lt;STRONG&gt;attachments in forwarded email conversations&lt;/STRONG&gt;.&lt;/P&gt;&lt;H4&gt;Scenario&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;An email conversation contains multiple replies.&lt;/LI&gt;&lt;LI&gt;Some of these replies contain&amp;nbsp;&lt;STRONG&gt;attachments&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;When a user&amp;nbsp;&lt;STRONG&gt;forwards the entire email thread&lt;/STRONG&gt;, Outlook generates a forwarded email that includes the conversation history in the email body.&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Problem&lt;/H4&gt;&lt;P&gt;When we receive the&amp;nbsp;&lt;STRONG&gt;forwarded email event&lt;/STRONG&gt;&amp;nbsp;and fetch the message details using the&amp;nbsp;&lt;STRONG&gt;Microsoft Graph API&lt;/STRONG&gt;, we observe the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The forwarded email only contains the&amp;nbsp;&lt;STRONG&gt;latest reply's attachment&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Attachments from earlier replies in the thread are&amp;nbsp;&lt;STRONG&gt;not included in the forwarded message attachments&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;In some cases:&lt;UL&gt;&lt;LI&gt;The&amp;nbsp;&lt;STRONG&gt;first reply contains an attachment&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Subsequent replies do&amp;nbsp;&lt;STRONG&gt;not contain attachments&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;When the user forwards the email, the forwarded message JSON shows: hasAttachments: false&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But, the forwarded email body still contains the&amp;nbsp;&lt;STRONG&gt;previous conversation that had attachments&lt;/STRONG&gt;.&lt;/P&gt;&lt;H4&gt;Our Questions&lt;/H4&gt;&lt;P&gt;Is there a way to retrieve&amp;nbsp;&lt;STRONG&gt;all attachments from the entire email thread&lt;/STRONG&gt;&amp;nbsp;when a conversation is forwarded?&lt;/P&gt;&lt;P&gt;Can we retrieve these attachments using the&amp;nbsp;&lt;STRONG&gt;current user's access token via Microsoft Graph API&lt;/STRONG&gt;?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If there is a way, please also let us know how we can identify forwarded emails using the Microsoft Graph API, so that we can apply this solution only for forwarded emails.&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Our Requirement&lt;/H4&gt;&lt;P&gt;We need a&amp;nbsp;&lt;STRONG&gt;reliable solution that works in production&lt;/STRONG&gt;&amp;nbsp;to ensure that&amp;nbsp;&lt;STRONG&gt;all attachments from the email conversation are retrieved&lt;/STRONG&gt;, even when the email thread is forwarded.&lt;/P&gt;&lt;P&gt;This issue is currently&amp;nbsp;&lt;STRONG&gt;impacting our production system&lt;/STRONG&gt;, so we would greatly appreciate any guidance on the correct approach.&lt;/P&gt;&lt;P&gt;Thank you in advance for your support.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2026 12:45:31 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/unable-to-retrieve-all-attachments-from-forwarded-outlook-emails/m-p/4502311#M1495</guid>
      <dc:creator>akshaybabar</dc:creator>
      <dc:date>2026-03-15T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Mails with attachments sent via the Graph API are stuck in drafts folder and not being sent</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/mails-with-attachments-sent-via-the-graph-api-are-stuck-in/m-p/4499596#M1493</link>
      <description>&lt;P&gt;Mails being sent via Graph API using the createUploadSession way is keeping the mails in the Drafts folder and not being sent. This was working till mid January. Is there any graph update/ api deprecation that happened recently that is causing the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 04:45:22 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/mails-with-attachments-sent-via-the-graph-api-are-stuck-in/m-p/4499596#M1493</guid>
      <dc:creator>abhaykrishnakasavaraju</dc:creator>
      <dc:date>2026-03-05T04:45:22Z</dc:date>
    </item>
    <item>
      <title>Is principalId Always a GUID in Microsoft Graph ??</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/is-principalid-always-a-guid-in-microsoft-graph/m-p/4494753#M1490</link>
      <description>&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; "error": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "code": "Request_BadRequest",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "message": "Invalid GUID:HR",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "innerError": {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "date": "2026-02-13T06:44:24",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "request-id": "87678d90-1d94-4131-a705-4356ad3568a4",&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "client-request-id": "63569c7b-1dea-42d4-8d72-aa3668c78418"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;We’re encountering an issue with the Microsoft Graph API response for directoryRole&lt;/P&gt;&lt;P&gt;Recently, one of our Graph API calls started returning a response where the principalId value appears to be a custom string instead of the expected GUID. In our code, we loop through each id from the delta response, assuming it will always be a valid GUID. However, we are now getting errors because one of the returned principalId values does not match the expected format.&lt;/P&gt;&lt;P&gt;Our questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is it possible for Microsoft Graph API to return a custom string instead of a GUID for principalId?&lt;/LI&gt;&lt;LI&gt;Has anyone experienced similar behavior with delta queries for directoryRole or any other object?&lt;/LI&gt;&lt;LI&gt;Are there any known scenarios where the principalId format differs from the standard GUID?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any insights would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 08:32:21 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/is-principalid-always-a-guid-in-microsoft-graph/m-p/4494753#M1490</guid>
      <dc:creator>Agathiyan</dc:creator>
      <dc:date>2026-02-13T08:32:21Z</dc:date>
    </item>
    <item>
      <title>Microsoft Graph API returns 502 Bad Gateway (UnknownError) when calling List members of a chat</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-api-returns-502-bad-gateway-unknownerror-when/m-p/4492962#M1488</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Description:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am encountering a persistent 502 Bad Gateway error with the UnknownError code when attempting to list members of a specific chat via the Microsoft Graph API v1.0. This issue occurs even though the chat ID is valid and the authorization token has the necessary permissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;API Endpoint:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;GET /v1.0/chats/{chat-id}/members&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps to Reproduce:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Obtain a valid access token with Chat.Read or Chat.ReadWrite permissions.&lt;/P&gt;&lt;P&gt;2. Call the endpoint for a meeting chat:&lt;/P&gt;&lt;P&gt;https://graph.microsoft.com/v1.0/chats/19:meeting_NmU5Yjk3NTAtYTk2ZS00Yzg0LWEyYmQtZTJhMjI4NmJjZmRh@thread.v2/members&lt;/P&gt;&lt;P&gt;3. The API returns a 502 Bad Gateway response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Debug Information (Request Details):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;* Date: 2026-02-06 06:17:55 (GMT)&lt;/P&gt;&lt;P&gt;* Request ID: be906f9e-2108-4722-91b8-ecee8bfb41f0&lt;/P&gt;&lt;P&gt;* Client Request ID: be906f9e-2108-4722-91b8-ecee8bfb41f0&lt;/P&gt;&lt;P&gt;* DataCenter: Germany West Central&lt;/P&gt;&lt;P&gt;* X-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"4","ScaleUnit":"001","RoleInstance":"FR2PEPF0000118F"}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raw Response Body:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"error": {&lt;/P&gt;&lt;P&gt;"code": "UnknownError",&lt;/P&gt;&lt;P&gt;"message": "Bad Gateway",&lt;/P&gt;&lt;P&gt;"innerError": {&lt;/P&gt;&lt;P&gt;"date": "2026-02-06T06:17:55",&lt;/P&gt;&lt;P&gt;"request-id": "be906f9e-2108-4722-91b8-ecee8bfb41f0",&lt;/P&gt;&lt;P&gt;"client-request-id": "be906f9e-2108-4722-91b8-ecee8bfb41f0"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Context:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The connection is established successfully via TLS 1.3, but the upstream server seems to be failing. This happens specifically with meeting-related chat threads. Could you please investigate if there is a service degradation or a specific issue with this chat object in the Germany West Central region?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 06:40:08 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/microsoft-graph-api-returns-502-bad-gateway-unknownerror-when/m-p/4492962#M1488</guid>
      <dc:creator>cat2552</dc:creator>
      <dc:date>2026-02-06T06:40:08Z</dc:date>
    </item>
    <item>
      <title>Intermittent connection failures with login.microsoftonline.com since Jan</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/intermittent-connection-failures-with-login-microsoftonline-com/m-p/4492283#M1487</link>
      <description>&lt;P&gt;we are getting intermittent connection failures (handshake error http -1) while connecting to token URL -&lt;/P&gt;&lt;P&gt;"login.microsoftonline.com" since last one month. Anything changed as far as accessing this graph API access token URL? tried grabbing certificate from this URL but still the issue persists. which certificate should we be using?&lt;/P&gt;&lt;P&gt;anybody has any insights on this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 15:50:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/intermittent-connection-failures-with-login-microsoftonline-com/m-p/4492283#M1487</guid>
      <dc:creator>vinodivinod</dc:creator>
      <dc:date>2026-02-04T15:50:05Z</dc:date>
    </item>
    <item>
      <title>unable to send notification to teams channel using graph api</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/unable-to-send-notification-to-teams-channel-using-graph-api/m-p/4492079#M1486</link>
      <description>&lt;P&gt;We tried to send notification to teams channel using microsoft graph api via python we can able to send to message to the channel but the notification is not getting triggered in the activity tab we have refered below documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/api/team-sendactivitynotification?view=graph-rest-1.0&amp;amp;tabs=python" target="_blank"&gt;team: sendActivityNotification - Microsoft Graph v1.0 | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also we don't need device authentication and browser authentication please share approach to bypass those things. below is the error we are facing.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;raise exc&lt;/P&gt;&lt;P&gt;msgraph.generated.models.o_data_errors.o_data_error.ODataError:&lt;/P&gt;&lt;P&gt;APIError&lt;/P&gt;&lt;P&gt;Code: 403&lt;/P&gt;&lt;P&gt;message: None&lt;/P&gt;&lt;P&gt;error: MainError(additional_data={}, code='Forbidden', details=None, inner_error=InnerError(additional_dmsgraph.generated.models.o_data_errors.o_data_error.ODataError:&lt;/P&gt;&lt;P&gt;APIError&lt;/P&gt;&lt;P&gt;Code: 403&lt;/P&gt;&lt;P&gt;message: None&lt;/P&gt;&lt;P&gt;error: MainError(additional_data={}, code='Forbidden', details=None, inner_error=InnerError(additional_d APIError&lt;/P&gt;&lt;P&gt;Code: 403&lt;/P&gt;&lt;P&gt;message: None&lt;/P&gt;&lt;P&gt;error: MainError(additional_data={}, code='Forbidden', details=None, inner_error=InnerError(additional_d Code: 403&lt;/P&gt;&lt;P&gt;message: None&lt;/P&gt;&lt;P&gt;error: MainError(additional_data={}, code='Forbidden', details=None, inner_error=InnerError(additional_d message: None&lt;/P&gt;&lt;P&gt;error: MainError(additional_data={}, code='Forbidden', details=None, inner_error=InnerError(additional_d error: MainError(additional_data={}, code='Forbidden', details=None, inner_error=InnerError(additional_data={}, client_request_id='________-___-____-____-____________', date=datetime.datetime(2026, 2, 3, 14, 37, 8), odata_type=None, request_id='________-___-____-____-____________'), message="Application with AAD App Id '________-___-____-____-____________' is not authorized to generate notifications about 'https://graph.microsoft.com/v1.0/teams/6a6079bc-feaf-4865-bc21-1201b310c25c' to the recipient. Ensure that the expected Teams app is installed in the target scope (user, team, or chat).", target=None).&lt;BR /&gt;&lt;BR /&gt;Please help us to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 07:26:20 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/unable-to-send-notification-to-teams-channel-using-graph-api/m-p/4492079#M1486</guid>
      <dc:creator>maram_akhil_21</dc:creator>
      <dc:date>2026-02-04T07:26:20Z</dc:date>
    </item>
    <item>
      <title>Deleted security groups return "securityEnabled": false, appear as ‘unrecognized’ in Entra admin</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/deleted-security-groups-return-quot-securityenabled-quot-false/m-p/4490212#M1485</link>
      <description>&lt;P&gt;When retrieving the list of soft-deleted groups with Graph, both M365 groups and security groups are returned.&lt;/P&gt;&lt;P&gt;However, the securityEnabled flag is returned as false for security groups. &lt;STRONG&gt;Is this a bug?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This likely leads to displaying them in the Entra admin center as 'Unrecognized' type.&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 21:49:12 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/deleted-security-groups-return-quot-securityenabled-quot-false/m-p/4490212#M1485</guid>
      <dc:creator>soniabouna</dc:creator>
      <dc:date>2026-01-28T21:49:12Z</dc:date>
    </item>
    <item>
      <title>Slow UI update for deleted events</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/slow-ui-update-for-deleted-events/m-p/4488773#M1484</link>
      <description>&lt;P&gt;I've built an integration that continuously syncs events between an external scheduling system and Exchange Online using Microsoft Graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm observing a recurring issue when deleting calendar events via Graph:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A DELETE request to Graph returns success (204 No Content).&lt;/LI&gt;&lt;LI&gt;A subsequent GET /events/{id} returns 404, confirming the event is deleted server-side.&lt;/LI&gt;&lt;LI&gt;However, the event continues to appear in the Outlook UI (both Outlook Web and desktop) for an extended period (sometimes hours), even after page reloads or app restarts.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The odd behaviour&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The event is still displayed in the user interface for up to several hours&lt;/LI&gt;&lt;LI&gt;The event persist through page reloads&lt;/LI&gt;&lt;LI&gt;If the user clicks the event it opens briefly and immediately closes, the event disappears from the UI afterward.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional details&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete endpoint:&lt;PRE&gt;/users/{id}/events/{id}&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Graph response:&lt;PRE&gt;204 No Content&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Verified deletion via GET → 404&lt;/LI&gt;&lt;LI&gt;Reproduces in both Outlook Web and Outlook desktop&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Questions&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is this a known Outlook client caching or calendar view indexing issue?&lt;/LI&gt;&lt;LI&gt;Is there a way to force client reconciliation after deletes?&lt;/LI&gt;&lt;LI&gt;Are there Graph or Exchange constraints around rapid create/update/delete cycles that could cause this UI inconsistency?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 23 Jan 2026 09:47:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/slow-ui-update-for-deleted-events/m-p/4488773#M1484</guid>
      <dc:creator>devdevdev</dc:creator>
      <dc:date>2026-01-23T09:47:14Z</dc:date>
    </item>
    <item>
      <title>How to Retrieve Windows Edition (SKU) from managedDevices API</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/how-to-retrieve-windows-edition-sku-from-manageddevices-api/m-p/4480501#M1480</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am working with the &lt;STRONG&gt;Microsoft Graph API&lt;/STRONG&gt; endpoint&lt;BR /&gt;&lt;EM&gt;/v1.0/deviceManagement/managedDevices&lt;/EM&gt;&lt;BR /&gt;to iterate through all devices in a tenant and collect operating system related information.&lt;/P&gt;&lt;P&gt;For Windows devices, the operatingSystem field only returns "Windows".&amp;nbsp;However, Windows has multiple editions such as Enterprise, Education, and Pro.&lt;/P&gt;&lt;P&gt;For my use case, I need the specific Windows edition.&amp;nbsp;Is it possible to retrieve this information using only the &lt;STRONG&gt;v1.0&lt;/STRONG&gt; endpoint,&amp;nbsp;or is the &lt;STRONG&gt;beta&lt;/STRONG&gt; endpoint&lt;BR /&gt;&lt;EM&gt;/beta/deviceManagement/managedDevices/{managedDeviceId}&lt;/EM&gt;&lt;BR /&gt;required to get the SKU family?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 07:33:16 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/how-to-retrieve-windows-edition-sku-from-manageddevices-api/m-p/4480501#M1480</guid>
      <dc:creator>KienQS</dc:creator>
      <dc:date>2025-12-23T07:33:16Z</dc:date>
    </item>
    <item>
      <title>Is there possibly no official documentation for Windows 11 search?</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-search/is-there-possibly-no-official-documentation-for-windows-11/m-p/4479833#M1498</link>
      <description>&lt;P&gt;I have looked far and wide to find a definitive, official technical reference for the Windows 11 search service... especially for the various search parameters and the syntax they require from a savvy user to conduct a well specified, precision search for something. Is it possible that Microsoft has not produced a formal specification of Windows' search feature?&lt;/P&gt;&lt;P&gt;Would someone from Microsoft please, please, please provide a link to such a document? Is it possible to buy it? Does it exist anywhere? Am I deluded to think that that is something that the provider of the world's most used desktop OS would have had to create, as a matter of course?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm talking here about conducting searches, within the file system of a Windows 11 (Pro) machine, that one initiates from the "Search Home" box at the top right of every File Explorer window that gets opened by the user.&lt;/P&gt;&lt;P&gt;Any thoughts from someone actually involved in creating the search tool?&lt;/P&gt;&lt;P&gt;Imploringly yours,&lt;/P&gt;&lt;P&gt;SJB&lt;/P&gt;</description>
      <pubDate>Sat, 20 Dec 2025 17:02:22 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-search/is-there-possibly-no-official-documentation-for-windows-11/m-p/4479833#M1498</guid>
      <dc:creator>SJB_NC</dc:creator>
      <dc:date>2025-12-20T17:02:22Z</dc:date>
    </item>
    <item>
      <title>Resource not found while trying to access the available resource</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/resource-not-found-while-trying-to-access-the-available-resource/m-p/4477965#M1477</link>
      <description>&lt;P&gt;I am attempting to automate CRUD operations on Microsoft Entra objects using the Microsoft Graph API. However, I am encountering a &lt;STRONG&gt;Resource not found&lt;/STRONG&gt; error when accessing a resource programmatically, even though the same resource is accessible without issue when invoking the API endpoint via Postman.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 11:41:13 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/resource-not-found-while-trying-to-access-the-available-resource/m-p/4477965#M1477</guid>
      <dc:creator>Agathiyan</dc:creator>
      <dc:date>2025-12-15T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Alias for Refinable Managed Property Not Working in Search Queries</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-graph/alias-for-refinable-managed-property-not-working-in-search/m-p/4477885#M1475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alias for the refinable managed property has worked as expected in sortProperties for the past year, but it has recently stopped working and now returns an error. Using the original managed property name (RefinableDateSingle01) continues to work as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error is shown below, together with the trace ID. Unfortunately, we are unable to switch to using RefinableDateSingle01 in sortProperties as it does not meet our business requirements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are currently facing challenges due to the large number of SharePoint sites, many of which we do not have permission to access. As a result, we can only confirm that the refinable managed property RefinableDateSingle01 and its associated alias are configured correctly on the SharePoint sites where we have full access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the root cause of this issue, and how can it be resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="lia-external-url" href="https://graph.microsoft.com/v1.0/search/query" target="_blank"&gt;https://graph.microsoft.com/v1.0/search/query&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{
  "requests": [
    {
      "entityTypes": [
        "listItem"
      ],
      "query": {
        "queryString": "* AND SiteId:\"siteId\""
      },
      "from": 0,
      "size": 50,
      "sortProperties": [
        {
          "name": "RefinableDateSingle01", // This works when I use the refinable managed property name (RefinableDateSingle01), but it does not work when I use the alias I defined for this property
          "isDescending": false
        }
      ]
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;500 Internal Server Error (When I used alias in sortProperties)&lt;/P&gt;&lt;LI-CODE lang="json"&gt;{
    "error": {
        "code": "InternalServerError",
        "message": "The call failed, please try again.",
        "target": "",
        "details": [
            {
                "code": "InternalServerError",
                "message": "The call failed, please try again.",
                "target": "",
                "details": [
                    {
                        "code": "InternalServerError",
                        "message": "The call failed, please try again.",
                        "target": "",
                        "details": [
                            {
                                "code": "InternalServerError",
                                "message": "The call failed, please try again.",
                                "target": "",
                                "details": [
                                    {
                                        "code": "InternalServerError",
                                        "message": "The call failed, please try again.",
                                        "target": "",
                                        "details": [
                                            {
                                                "code": "InternalServerError",
                                                "message": "The call failed, please try again.",
                                                "target": "",
                                                "details": [
                                                    {
                                                        "code": "InternalServerError",
                                                        "message": "The call failed, please try again.",
                                                        "target": "",
                                                        "details": [
                                                            {
                                                                "code": "InternalServerError",
                                                                "message": "The call failed, please try again.",
                                                                "target": "",
                                                                "details": [
                                                                    {
                                                                        "code": "FanoutDownstreamContradiction",
                                                                        "message": "The call failed, please try again.",
                                                                        "target": "",
                                                                        "details": [
                                                                            {
                                                                                "code": "TwoStepFanout_FirstStepFailed",
                                                                                "message": "The call failed, please try again.",
                                                                                "target": "",
                                                                                "serviceName": "Xap",
                                                                                "moduleName": "SubstrateSearch.FanoutV2.MultiDimensionSearchFanoutPluginV3",
                                                                                "contactTeam": "3sdri",
                                                                                "httpCode": 500
                                                                            },
                                                                            {
                                                                                "code": "FanoutDownstreamContradiction",
                                                                                "message": "The call failed, please try again.",
                                                                                "target": "",
                                                                                "serviceName": "FanoutService",
                                                                                "moduleName": "Fanout",
                                                                                "contactTeam": "3STenantSearchDevs",
                                                                                "httpCode": 500
                                                                            }
                                                                        ],
                                                                        "serviceName": "FanoutService",
                                                                        "moduleName": "Fanout",
                                                                        "contactTeam": "3STenantSearchDevs",
                                                                        "httpCode": 500
                                                                    }
                                                                ],
                                                                "moduleName": "SubstrateFanoutSearchWorkflow",
                                                                "httpCode": 500
                                                            }
                                                        ],
                                                        "moduleName": "AscUserSearchFanoutWorkflowV2",
                                                        "httpCode": 500
                                                    }
                                                ],
                                                "moduleName": "AscUserSearchFanoutWorkflowV2",
                                                "httpCode": 500
                                            }
                                        ],
                                        "moduleName": "G21AscWorkflow",
                                        "httpCode": 500
                                    }
                                ],
                                "moduleName": "TenantFileSearchFederationWorkflow_ASC",
                                "httpCode": 500
                            }
                        ],
                        "moduleName": "TenantFileSearchFederationWorkflow",
                        "httpCode": 500
                    }
                ],
                "moduleName": "FederationWorkflow",
                "httpCode": 500
            }
        ],
        "moduleName": "TopLevelWorkflowBase",
        "httpCode": 500
    },
    "Instrumentation": {
        "TraceId": "57c005b9-07fc-453b-8c73-2650d90670e0"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 08:36:30 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-graph/alias-for-refinable-managed-property-not-working-in-search/m-p/4477885#M1475</guid>
      <dc:creator>Sean17</dc:creator>
      <dc:date>2025-12-15T08:36:30Z</dc:date>
    </item>
    <item>
      <title>Microsoft accounts</title>
      <link>https://techcommunity.microsoft.com/t5/microsoft-search/microsoft-accounts/m-p/4473735#M1497</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I have a problem with my daughters Microsoft accounts which I'm hoping you can help with.&lt;/P&gt;&lt;P&gt;She set up an account for her X Box on my email address (without asking me first) which is preventing me from setting up my own account for Windows.&lt;/P&gt;&lt;P&gt;Since then she has also set up a Hotmail account with her own email address. I understand we can set up an alias on the X Box account using her email but will this conflict with the Hotmail account. The problem is she doesn't want to change her gamer tag which was set up on my email address.&lt;/P&gt;&lt;P&gt;Any help / advice will be gratefully received.&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 12:24:29 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/microsoft-search/microsoft-accounts/m-p/4473735#M1497</guid>
      <dc:creator>Blaz3ym0use</dc:creator>
      <dc:date>2025-11-28T12:24:29Z</dc:date>
    </item>
  </channel>
</rss>

