microsoft-graph-api

How to handle deleted Recurring master events using Microsoft delta queries

烂漫一生 提交于 2020-07-23 06:40:32
问题 I am trying to move from EWS to Microsoft graph and facing problem while implementing syncFolderItems flow. I need to track and update changes of all created, modified and deleted events using Microsoft graph apis. I went through Microsoft documentation and found they have delta Api which returns only the changes which occurred from last sync. But I am not sure how recurring events should be handled using delta queries api. Please help. Thanks in advance. 回答1: The current behavior is that

How to get the message size of Exchange Online using Microsoft Graph Api?

守給你的承諾、 提交于 2020-07-23 05:34:18
问题 I am using graph.microsoft.com to fetch the exchange online folders and messages. But I am not getting the size of the message and folders in the response. Is there any way to get the message size using the graph Api. Although the size of the attachments is returned in the response. Another problem I am facing is I am not able to fetch all the folders in a mailbox. I was able to fetch all the folders using Exchange Web Service. I have checked the permission level of the folders which were not

How to get the message size of Exchange Online using Microsoft Graph Api?

元气小坏坏 提交于 2020-07-23 05:33:17
问题 I am using graph.microsoft.com to fetch the exchange online folders and messages. But I am not getting the size of the message and folders in the response. Is there any way to get the message size using the graph Api. Although the size of the attachments is returned in the response. Another problem I am facing is I am not able to fetch all the folders in a mailbox. I was able to fetch all the folders using Exchange Web Service. I have checked the permission level of the folders which were not

How to get the message size of Exchange Online using Microsoft Graph Api?

这一生的挚爱 提交于 2020-07-23 05:32:29
问题 I am using graph.microsoft.com to fetch the exchange online folders and messages. But I am not getting the size of the message and folders in the response. Is there any way to get the message size using the graph Api. Although the size of the attachments is returned in the response. Another problem I am facing is I am not able to fetch all the folders in a mailbox. I was able to fetch all the folders using Exchange Web Service. I have checked the permission level of the folders which were not

The site in the encoded share URI is invalid

喜夏-厌秋 提交于 2020-07-22 22:03:00
问题 I've tried to use Microsoft Graph to pull some files from a shared link. However, when I try to do that using the Microsoft Graph Explorer, it returns: "error": { "code": "invalidRequest", "message": "The site in the encoded share URI is invalid.", "innerError": { "request-id": "e07b0df4-88e0-49fd-97e4-eccaaf887d6e", "date": "2019-11-29T19:05:52" } } The encoding code is this(same as on the docs): string base64Value = Convert .ToBase64String(UTF8 .GetBytes("https://1drv.ms/f/s

MS Graph - LINQ query returning incorrect results

梦想的初衷 提交于 2020-07-22 05:51:08
问题 Question : Following is returning one incorrect value. What I may be missing and how can it be corrected? The issue seems to be purely related to use of LINQ and not MS Graph. Remark : Although this is a simpler case with only two types of values (Azure AD and MS Account), in real scenarios there will be more than just two cases. Hence, we can't just use a simple ternary operator (e.g. condition ? consequent : alternative ) for a simple case - instead, it has to be embedded with multiple

onTeamsMemberAddedEvent() not working for personal scope

孤街醉人 提交于 2020-07-22 05:21:32
问题 I was using Microsoft graph API for installing the bot for a user https://graph.microsoft.com/beta/users/{userID}/teamwork/installedApps On installing the bot, onTeamsMemberAddedEvent() was called for the personal scope as well as for teams scope and through that, I was sending the welcome message to the users. Apart from graph api, I was also installing the bot directly and the function was getting revoked. But now, this event is not getting called and I am unable to get conversationId from

How can I set a team picture programmatically using Microsoft graph API?

邮差的信 提交于 2020-07-22 05:11:22
问题 How can I set a team picture using Microsoft graph API? Is there a way while provisioning Microsoft team using the automated way[Using Microsoft Graph Team API] we can set team picture icon or upload team picture icon using Microsoft graph API. 回答1: Yes you can do that through the group profile photo endpoint. Each Microsoft team relies on a unified group underneath so all operations done on a group will reflect on the team. Here is the documentation of the endpoint 回答2: Set Team Icon can be

How to get user online status in Microsoft Graph?

醉酒当歌 提交于 2020-07-21 03:28:11
问题 I am using Microsoft Graph. I tried GET /users/{id | userPrincipalName} to get user online status (online / busy / offline...) like the one in Outlook. However, it won't give me any field like onlineStatus . Is there an API to get user online status? 回答1: This is not available through the Microsoft Graph today, but we welcome community feedback! Please upvote/comment on this UserVoice post so our team can see interest in this endpoint being added to the Microsoft Graph API. 回答2: To add to Dan

Running into 'serviceUnavailable' SharePoint graph query forever when combining Azure AD App permissions

纵然是瞬间 提交于 2020-07-21 03:02:30
问题 This situation made me create a real monstrous work-around, but sometimes, you don't have an option right? The problem is basically bumping into 503: 'serviceUnavailable' messages when several (specific?) Azure AD Application permissions are set in your Azure AD Application, which should not happen. Context and technical queries The context is specifically for Application permissions (app-only auth) and NOT delegated permissions. Token is retrieved by: HTTP POST https://login.microsoftonline