How can one determine whether a room’s booking will be automatically accepted/declined, or chosen by delegates?
Using the MS Graph API, I have retrieved the list of rooms. Some rooms automatically accept/reject bookings, while others require selection by a representative. How can this be distinguished?
[enter image description here](https://i.sstatic.net/19S2xQk3.png)
Updating Microsoft Teams Chats and Managing Attachments via Microsoft Graph API in C# .NET6
I want to update Microsoft Teams Chats (one-on-one / Channel) programmatically via C# .NET6. Additionally, I want to download and delete attachments.
ListItem delta queries issue from Last 14th June
We are facing issues with some listItems delta queries to MS Graph since last friday (14th June).
Send a chatmessage from an app to a user using GraphApi
I have a software application that needs to send automated notification messages to individual users in Teams.
I can’t use command Get-MgApplication via Microsoft Graph
I am using these commands to connect:
Import-Module Microsoft.Graph.Authentication
Unable to upload file due to ItemNotFound error for .default scope with microsfot graph
I am trying to upload a file using a microsoft graph api. As per the requirement I am using Client credential flows with .default permission. It is generating token and able to fetch user, calendar events etc.
How to obtain a reusable download URL for a Drive Item?
I would like to obtain a re-usable Download URL for all drive items (which are files) within a Drive.
Does Microsoft Graph API support ‘createddatetime’ property for contacts?
On Microsoft website, it clearly says that createdDateTime
property is supported for contacts: https://learn.microsoft.com/en-us/graph/api/resources/contact?view=graph-rest-1.0.
What properties of Microsoft Graph User object are not supported as part of the change tracking mechanism?
According to Microsoft Graph docs of the User object here, some of its properties are not stored in Microsoft Entra ID but in SharePoint Online. These properties aren’t supported as part of change tracking. Therefore, a change to any of these properties doesn’t result in an object showing up in the delta query response.
MS graph api not returning file property when filtering on drive items
I am developing a solution where I need to apply a filter to drive items using the Microsoft Graph API, while also requiring information from the file and sharepointIds properties. Therefore, I am using both the $filter
and $select
attributes in the request.