To get the attendee emails when a meeting starts, you can subscribe your app to receive change notifications for scheduled meeting events. When your app is notified about the subscribed meeting events, it can retrieve the meeting ID and organizer ID from the notification message.
Here's how you can do it:
- Subscribe your app to receive notifications for meeting events. You can do this at either the user level or the tenant level.
- For user-level notifications, refer to this documentation.
- For tenant-level notifications, refer to this documentation.
- For user-level notifications, refer to this documentation.
- When your app receives a notification about a meeting event, it can retrieve the meeting ID and organizer ID from the notification message.
- With the meeting ID and organizer ID, your app can then fetch the meeting details, which include the attendee emails after the meeting has ended.
For more information, you can refer to the guide on how to Receive notifications for Teams meetings start, end, and roster events.