Microsoft Graph API not returning replyToId
I’ve been creating an application that will search chats on Teams App. I successfully get the search result and when the user clicks on the message link. It will be redirected to the actual chat on teams app.
Microsoft Graph API not returning replyToId
I’ve been creating an application that will search chats on Teams App. I successfully get the search result and when the user clicks on the message link. It will be redirected to the actual chat on teams app.
Microsoft Graph API not returning replyToId
I’ve been creating an application that will search chats on Teams App. I successfully get the search result and when the user clicks on the message link. It will be redirected to the actual chat on teams app.
Microsoft Graph API not returning replyToId
I’ve been creating an application that will search chats on Teams App. I successfully get the search result and when the user clicks on the message link. It will be redirected to the actual chat on teams app.
Trying to copy Teams Channel POST to another Channel and cannot copy hostedContent
I have a Teams Channel where I need to copy the POSTS to another Channel. I am using MS Graph API. Trying to copy the HostedContent (3 embedded img tags) throws an error. Combined, they exceed the 4194304 stream size limit.
Get type information of a shared link
We are building a SharePoint files navigation experience with the Microsoft Graph API. We are including a feature in order to be able to copy/paste a link and let the app resolve the container or item.
Get type information of a shared link
We are building a SharePoint files navigation experience with the Microsoft Graph API. We are including a feature in order to be able to copy/paste a link and let the app resolve the container or item.
How to open an e-mail in edit mode (Microsoft Graph API)
The Situation:
Deleted contacts/todo items/calendar events create empty Message resource
As title says, whenever I remove a contact from my contact list, it’s moved to Deleted Items folder as an empty Message resource. This message is empty and its odata type is also message. This makes it impossible to differentiate between the deleted item is a contact or message.
How to use graph delta query to get changes in the last 12 months?
I want to use the Graph delta query to get any changed driveItems in the last 12 months, is this possible?