473,287 Members | 1,629 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

Python Reminder Function - MSTeams Chatbot

Hi All,

I am a beginner in python scripting.

I have been 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
Sep 16 '21 #1
1 3742
dev7060
626 Expert 512MB
Hi All,

I am a beginner in python scripting.

I have been 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
Did you try using a search engine to get started?
Sep 18 '21 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Damien Morton | last post by:
Ive been doing some investigation of python hashtables and the hash function used in Python. It turns out, that when running pystone.py, as much time is spent in string_hash() as is spent in...
9
by: Lenard Lindstrom | last post by:
I was wondering if anyone has suggested having Python determine a method's kind from its first parameter. 'self' is a de facto reserved word; 'cls' is a good indicator of a class method ( __new__...
5
by: Eric | last post by:
The following example will explain what i want to do: >>> def func(): print "true" >>> rules=(func,) >>> for rule in rules: rule I expect the final function to print true, but instead i have...
0
by: Xah Lee | last post by:
Today we'll be writing a function called Range. The Perl documentation is as follows. Perl & Python & Java Solutions will be posted in 48 hours. This is Perl-Python a-day. See...
3
by: Hugh Macdonald | last post by:
I've got a pure python module that parses a certain type of file. It has a load() function that allows a callback function to be passed for getting progress information. In straight python, this...
9
by: Phil G. | last post by:
Hi all, I would like to create a very simple 'lite' version of Outlook Calendar's reminder function. I will use a windows service that will read timedate stamps from a db and compare them to...
3
by: karthikr_04 | last post by:
Hello , I am new and I was stuck with the ord function. When i passed the value like this it gave me proper o/p: >>ord('\x16') 22 but when i concatenate '\x' and 16 the length of the string...
12
by: Tom_chicollegeboy | last post by:
here is what I have to do: This question involves a game with teddy bears. The game starts when I give you some bears. You then start giving me back some bears, but you must follow these rules...
2
by: c0d3rX | last post by:
My questions is regarding subclasses in Python. For example, if I have the following code. class Myclass: def __init__(self, input) self.input = input
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.