This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Project: Microsoft Teams Bot - Schedule Meetings for a Team and send the meeting link by e-mail for all members #209
Labels
hack
Hackathon project submitted by participants
Project name
Channel Meeting Bot
Description
Hi!
My app is a bot for Microsoft Teams.
It is a proof of concept showing how to schedule a meeting for a team in Microsoft Teams automatically by a bot using
MS Graph API, and send an email to the users with the invite link. I chose this idea because I haven't found any MS Teams
Bot Sample similar to this in https://learn.microsoft.com/en-us/samples/browse/?products=office-teams.
The bot first install itself for all the users of the team, and for this, I used the template Graph Proactive Installation with some modifications: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-proactive-installation/csharp
Later on, adding to the code above, the bot presents the option for the user to schedule the meeting. A meeting link is then generated, with all of the Team members invited to the meeting. The bot posts the meeting link into the channel he is installed.
After that, the bot also sends an e-mail to each user in the channel containing the meeting link. Finally, the bot
also proactively sends a 1:1 message to each user in the channel containing the meeting link.
There is a README.docx file in the repository showcasing how to install the bot.
.
Since the installation can be quite long/difficult and prone to errors, I created a video to showcase the bot in case
you do not manage to get it working: https://www.youtube.com/watch?v=jLOSrWPgOpU.
Repo URL
https://github.com/fsdp15/Microsoft-Teams-Channel-Meeting-Email-Sample
Team members
Felipe Dotti ([email protected]; https://github.com/fsdp15)
The text was updated successfully, but these errors were encountered: