Skip to content

Conversation

@mdrichardson
Copy link
Contributor

Fixes #1690

Description

Adds support to TeamsActivityHandler for meeting start/end events.

Notes

Bots implementing this must add this to their manifest.json:

"webApplicationInfo": {
        "id": "<MicrosoftAppId>",
        "resource": "<urlToApp>",
        "applicationPermissions": [
            "OnlineMeeting.ReadBasic.Chat"
        ]
    }

Note that somebody needs to actually start/join the meeting for this to work. The scheduled start/end times mean nothing for this event.

Testing

image

@mdrichardson mdrichardson merged commit 2717884 into microsoft:main Jun 22, 2021
@mdrichardson mdrichardson deleted the meetingEvents branch June 22, 2021 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Teams - meeting start/end events (Python)

2 participants