web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Cancel a Teams meeting...
Power Apps
Unanswered

Cancel a Teams meeting with a button click through Powerapps

(0) ShareShare
ReportReport
Posted on by 47

Hi All,

 

I have a usecase where the user is creating a teams meeting through powerapps

I also want the user to be able to cancel the same through powerapps

Is there any way through which I can achieve it ? 

Categories:
I have the same question (0)
  • Gigaenvy Profile Picture
    135 on at

    *bump*

  • ashishjj Profile Picture
    4 on at

    Hi @omkarb26011  ,

     

    What I have tried, 

    • Created a Microsoft Teams meeting via PowerApps using MicrosoftTeams.CreateMeeting() function in MicrosoftTeams connector and stored the response from the function in a variable, so that I can get the meeting id from the response later.

     

     

    // Creates a variable myCalendar to store calender
    Set(myCalendar, LookUp(Office365Outlook.CalendarGetTables().value, DisplayName = "Calendar").Name);
    
    // Creating a record with essential details for the meeting
    Set(scheduledMeeting, MicrosoftTeams.CreateTeamsMeeting(
     myCalendar,
     ...
    ) );

     

     

    • Created a button in which I have added the OnSelect property as Office365Outlook.CalendarDeleteItemV2() function and passed the parameters: calendar name and meeting Id.

     

     

    Office365Outlook.CalendarDeleteItemV2(_myCalendarName, _myScheduledMeeting.id);

     

     

     

    This worked for me.

     

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

     

    Best Regards,

    Ashish j&j

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard