Do we have any options to extract Teams meeting information using Power app or Power Automate? We are looking to extract Teams meeting attendee information of all the meetings in a day.
Please suggest.
Hi @knkrishna,
I don't think you can use Power Automate out of the box for that.
You can use the MS Graph REST API (for Teams) for that, you can Calender and events functions in there:
https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0.
You could call that API from Power Automate, but then you'd need the Premium HTTP connector.
It can be done using Get events action of Office 365 Outlook connector.
https://docs.microsoft.com/en-us/connectors/office365/#get-events-(v4)