Announcements
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 ?
*bump*
Hi @omkarb26011 ,
What I have tried,
// 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, ... ) );
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 541
WarrenBelz 434 Most Valuable Professional
Valantis 289