Slack inspired application to remind people.
Usage: /remind [me or @someone or #channel] [what] [when]
Triggering following reminder:
/remind me to go out and take long walk in 10 minutes
Post as user will send you acknowledge message that reminder is received and scheduled.
rocket.cat: 👍 I will remind you to "to go out and take long walk" in "10 seconds".
Or if you scheduled reminder for other person:
/remind @anotheruser to go out and take long walk in 10 minutes
rocket.cat: 👍 I will remind @anotheruser to "to go out and take long walk" in "15 seconds".
At the time reminder is triggered, you or targeted user will receive following message:
rocket.cat: You asked me to remind you to "to go out and take long walk".
As Rocket.Chat implemented Scheduler API is using agenda.js, time formatting rules for reminders are defined by agenda.js.
On application configuration it is possible to change following settings:
-
Post as
Choose the username that this integration will post as. The user must already exist.
Default:rocket.cat
Required:true
-
Alias
Choose the alias that will appear before the username in messages.
Default:\<undefined>
Required:false
- Implementation of recurring reminders