Outlook Optics might help. It provides centralized views, analytics and reporting on Outlook calendars.
What is the best way to query Outlook Calendar data/get meeting reports?
I'm trying to figure out the best way to query and/or run reports on meeting data from Outlook. We don't use teams, but everyone uses Outlook for scheduling meetings, so I'm trying to get data on how much time our company, teams, and users are spending in meetings.
Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Security | Microsoft Graph
2 answers
Sort by: Most helpful
-
-
CharanyaB-MSFT 1,891 Reputation points
2023-02-23T20:18:25.19+00:00 Hello @Obi-Wan Maloney,
Use the email activity reports to get email trend of the amount of email activity going on in your organization. You can understand the split of email send, email read, email received, meeting created, or meeting interacted activities.
You can use the below APIs to get email activities:
getEmailActivityUserDetail, getEmailActivityCounts, getEmailActivityUserCounts.
These methods return a
302 Found
response that redirects to a preauthenticated download URL for the report. This report will have "Meeting created actions" and "Meeting interacted actions" details.Documentation reference:
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.