Skip to main content

Notifications

Community site session details

Community site session details

Session Id : FPqTcxO7SD2rF65/OTCku9
Power Automate - Building Flows
Unanswered

Power Automate Accept meeting then delete from Inbox

Like (0) ShareShare
ReportReport
Posted on 7 Jul 2022 19:59:01 by 102

All,

 

I want to accept a meeting invitation and then delete the invitation to from "Inbox" to "Deleted".

 

Right now the accept meeting invitation is working however it is not deleting the invite. 

 

aishak12_0-1657223918657.png

 

  • Expiscornovus Profile Picture
    31,665 Most Valuable Professional on 08 Jul 2022 at 09:13:33
    Re: Power Automate Accept meeting then delete from Inbox

    Hi @aishak12,

     

    The challenge with this scenario is that the When an new event is created trigger action does not contain a link to the related event message. So, you will have to add another action to look for this information.

     

    You could for example reuse the Subject value of the trigger action to search for the correct eventMessage via the Graph API.

     

    Below is an example of that approach.

     

    Graph URI

    https://graph.microsoft.com/v1.0/me/messages/?$filter=subject eq '@{triggerOutputs()?['body/subject']}'&$select=id

     

    Expression to retrieve the first eventMessage id, which you can use in the Delete email action.

    body('Send_an_HTTP_request')['value'][0]['id']

     

    relatedeventmessage.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Automate - Building Flows

#1
stampcoin Profile Picture

stampcoin 69

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 66 Super User 2025 Season 1

#3
David_MA Profile Picture

David_MA 42 Super User 2025 Season 1

Overall leaderboard
Loading complete