Forum Discussion
Jisha1280
Jun 13, 2022Copper Contributor
Duration of actual length of a teams meeting
Is there a way to get 1) the actual duration of a Teams meeting and not the scheduled length of that particular meeting 2) which project was that meeting about using some API or add ins available ...
- Jun 13, 2022As the meeting organizer you have the attendance report (if enabled in your org.)
https://support.microsoft.com/en-gb/office/view-and-download-meeting-attendance-reports-in-teams-ae7cf170-530c-47d3-84c1-3aedac74d310
As a Teams admin you have the Teams admin center https://docs.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/teams-reporting-reference
And the Graph module (not used myself)
https://docs.microsoft.com/en-us/graph/api/resources/meetingattendancereport?view=graph-rest-1.0
https://docs.microsoft.com/en-us/graph/api/resources/attendancerecord?view=graph-rest-1.0
User guide from a fellow MVP
https://www.michev.info/Blog/Post/3539/retrieving-teams-meeting-attendance-report-via-the-microsoft-graph-powershell-module
Jun 13, 2022
As the meeting organizer you have the attendance report (if enabled in your org.)
https://support.microsoft.com/en-gb/office/view-and-download-meeting-attendance-reports-in-teams-ae7cf170-530c-47d3-84c1-3aedac74d310
As a Teams admin you have the Teams admin center https://docs.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/teams-reporting-reference
And the Graph module (not used myself)
https://docs.microsoft.com/en-us/graph/api/resources/meetingattendancereport?view=graph-rest-1.0
https://docs.microsoft.com/en-us/graph/api/resources/attendancerecord?view=graph-rest-1.0
User guide from a fellow MVP
https://www.michev.info/Blog/Post/3539/retrieving-teams-meeting-attendance-report-via-the-microsoft-graph-powershell-module
https://support.microsoft.com/en-gb/office/view-and-download-meeting-attendance-reports-in-teams-ae7cf170-530c-47d3-84c1-3aedac74d310
As a Teams admin you have the Teams admin center https://docs.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/teams-reporting-reference
And the Graph module (not used myself)
https://docs.microsoft.com/en-us/graph/api/resources/meetingattendancereport?view=graph-rest-1.0
https://docs.microsoft.com/en-us/graph/api/resources/attendancerecord?view=graph-rest-1.0
User guide from a fellow MVP
https://www.michev.info/Blog/Post/3539/retrieving-teams-meeting-attendance-report-via-the-microsoft-graph-powershell-module
Jisha1280
Jun 13, 2022Copper Contributor
Thank you Christian J Bergstrom! This was helpful.