Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support teams meeting start/end events #1724

Merged
merged 2 commits into from Jun 22, 2021

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