
Hi,
I want to enable my users to create a MS Teams meeting from PowerApps. They should be able to see available times (if possible Outlook meeting calendar itself). I tried to refer to sample 'Meetings Capture' app provided by PowerApps but found it too complex to understand.
Btw is it possible to click on a button and directly open outlook meeting window?- This would be the best!! If not possible, then what is the best alternate way?
Thanks,
Aakash
You can put hyperlinks on OnSelect of a button
Launch("https://outlook.office.com/calendar/")You can also create a Powerautumate which is triggered from PowerApps, which then creates a meeting in Teams.