How to set Slack reminder for a range of dates

和自甴很熟 提交于 2019-12-12 10:44:28

问题


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?


回答1:


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."



来源:https://stackoverflow.com/questions/41245985/how-to-set-slack-reminder-for-a-range-of-dates

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!