Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set Slack reminder for a range of dates

For example, I want a reminder to appear each day in a specific channel for the days I am off. Something like:

/remind #channel @me will be on PTO 1/1/2016 until 1/5/2016

And then each day in that range a reminder will appear in the channel saying the range of dates.

What would be the command/syntax to achieve that or as close to that as possible?

like image 564
Nemery Avatar asked Dec 20 '16 15:12

Nemery


1 Answers

The following worked.

/remind #channel "@me will be on PTO from 1/1/2016 until 1/5/2016." every weekday until 1/5

It results in the following being posted every weekday at 9am in #channel

"@me will be on PTO from 1/1/2016 until 1/5/2016."

like image 150
Nemery Avatar answered Sep 22 '22 22:09

Nemery