![]() |
Python Reminder MSTeams Chatbot - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Python Reminder MSTeams Chatbot (/thread-34929.html) |
Python Reminder MSTeams Chatbot - ajaymedidi - Sep-16-2021 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 |