设置每月最后一天的提醒

Sam*_*Sam 5 slack slack-commands

是否有 Slack 提醒,last day of the month以便根据月份在 31 日、30 日或 28 日发生提醒?

类似的东西/remind @channel to do X on the last day of the month有用吗?

小智 5

有一种方法,但我找不到最好的方法:

/remind @someone [What] on the 28th of every month
Run Code Online (Sandbox Code Playgroud)

这会在每月 28 日提醒您。不幸的是,没有办法解决这个问题。您也可以为每月的第一天设置提醒:

/remind @someone [What] every month
Run Code Online (Sandbox Code Playgroud)

您可以为每个月设置提醒,但管理起来并不容易:

/remind @someone [What] on the 31st of every January
Run Code Online (Sandbox Code Playgroud)

等等。