Python Forum

Full Version: Python Reminder MSTeams Chatbot
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I am a beginner in python scripting.
I have given a task in my company to include a new feature to our chatops where our internal team members can place a reminder in a specific channel in Teams at a specific time.

eg. if I input a similar command as below at 10 am in Microsoft Teams chatbot, It has to be executed at 3:45 pm local time.

remind @MSTeamsChannelName 3:45 pm "Hi Team, Gentle Reminder. UK team is ready to take the handover in 5 mins (4 pm Today)"

Please help me how to write a function in Python to achieve this requirement.

Thanks.
Ajay