Sensitivity status not updating on Graph async calendar events call

Aguirre, Gabriel 1 Reputation point
2021-01-11T17:25:13.763+00:00

When I update a meeting status to "Mark as Private" on Outlook, I am not seeing the sensitivity change reflected on the graph api call in my c# code, however on Graph Explorer the same call sees the change immediately. Unable to reflect sensitivity changes in my application until a full restart.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,580 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-01-12T07:09:58.157+00:00

    Try update the meeting status, wait for sometime before it updates the data back in the store and they make GET call where you will see the sensitivity status getting update.

    0 comments No comments