Trigger when my AD user gets an event in thier calender

Haveesha K 1 Reputation point
2021-01-15T10:55:49.23+00:00

is there any way in azure where i can get an email an an admin, when any user in my AD group getting an event in their calendar?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,447 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,261 Reputation points Microsoft Employee
    2021-01-18T15:31:14.06+00:00

    Yeah i agree with @JamesTran-MSFT updated above.

    • Create an Azure AD flow (auth flow and app scenario) suits your requirement.
    • Using that you can get a token from it.
    • Make sure it has necessary permissions, roles so that you can access a protected resource like Microsoft Graph API.
    • Using the above token you can call Microsoft Graph APIs - say generate event based on our custom requirement(trigger event based on your requirement).
    • You can get it started from here.
    0 comments No comments