Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remind Me Command #659

Closed
graywolf336 opened this issue Sep 2, 2015 · 24 comments
Closed

Remind Me Command #659

graywolf336 opened this issue Sep 2, 2015 · 24 comments
Labels

Comments

@graywolf336
Copy link
Contributor

I'll admit, I forget things very very quickly. As a result of that, I use the /remind me command quite often. Maybe this is a command for Hubot but would be neat to have built into the core.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@rodrigogs
Copy link
Contributor

How would be the command syntax?

My idea is:

/remind <user> <when> <message>

/remind list

Lists all reminders created by and for me

/remind help

Shows help

What do you think?

@rodrigok
Copy link
Member

rodrigok commented Sep 8, 2015

My ideia:

/remindme message
/remind @user message
/remind list
/remind remove 123

Reminders with date and time could be complex because we need some place to alert user about the reminder.

This looks good for a initial implementation

@geekgonecrazy
Copy link
Contributor

We could for sure use that as a reference :)

But wouldn't be able to use it. Simply because we already have a slashcommand handler in place.

@graywolf336
Copy link
Contributor Author

@jclabaugh That syntax reminds me a lot of Slack's remind me command. Good find

@rodrigok
Copy link
Member

I liked

/remind me to <message>
/remind <@user> to <message>

and let time to after?

@graywolf336
Copy link
Contributor Author

I've always used it as:

/remind me on <date> at <time> to <action>

But I can see the <@user> being useful instead of me.

@curioussavage
Copy link

@rodrigok you might already know this but in response to your comment above about a place to notify the user, in slack the bot just private messages you. I would love this feature.

Also btw, awesome project guys, I remember reading about his project in the meteor forum when it just started, its coming along very well.

@engelgabriel engelgabriel added this to the Nice-to-Have milestone Feb 22, 2016
@com-ethode-jables
Copy link

I would love this feature as well. It's something I use daily with Slack.

Slack's documentation on how this works is available here: https://get.slack.help/hc/en-us/articles/208423427-Setting-reminders

E.g. /remind me every Friday to review invoices or /remind #super-awesome-project every weekday at 4:30 PM to log project hours for the day, etc.

@pierreozoux
Copy link
Contributor

I don't think this should be a core feature, you can find already a lot of scripts doing this:

https://www.npmjs.com/search?q=hubot+remind

@geekgonecrazy
Copy link
Contributor

Yeah... it might be adding un-needed complexities to the core. Because we'll need to then use some sort of cron type process to keep track of all the reminders.

@giggio
Copy link

giggio commented Oct 10, 2016

This is a core feature. I would like to be reminded to read later a certain message, for example. The slash command is just one expression of it.

@Eh1k0
Copy link

Eh1k0 commented Feb 17, 2017

Pretty nice feature.
As commands are already there.

@JAndrew77
Copy link

JAndrew77 commented Feb 28, 2017

I know that managers of companies appreciate this feature very much, can assign tasks to their employees and to have feedback of their progress, boss will decide to adopt a free Slack alternatives only if this feature will be implemented. Think about it.

As described by @com-ethode-jables

Slack's documentation on how this works is available here: https://get.slack.help/hc/en-us/articles/208423427-Setting-reminders

@stepek
Copy link
Contributor

stepek commented Apr 10, 2017

I'll work on this feature.

@borisschapira
Copy link

@stepek my hero.

@lukasredev
Copy link

@stepek are there any updates from you side?
Just asking, because I would love to see this feature implemented and would be willing to help you out.

@JSzaszvari
Copy link
Contributor

There are literally hundreds of hubot scripts which do exactly this.. The devs should be working on core features and bug fixes, not reinventing something that is already out there.

@TwizzyDizzy
Copy link

@rocket-cat close

... what @JSzaszvari said.

Cheers
Thomas

@rocket-cat rocket-cat bot closed this as completed Feb 16, 2018
@timkinnane
Copy link
Contributor

Added this as a proposal to #10174 - as suggested, it's a solved issue, but might make a good bot building tutorial case.

@theorenck theorenck removed this from the Long-term milestone Dec 12, 2018
@saschafoerster
Copy link

Still missing this feature. And I tried several Hubot-scripts, which did not work.

@reetp
Copy link

reetp commented Sep 29, 2019

Still missing this feature. And I tried several Hubot-scripts, which did not work.

https://rocket.chat/docs/getting-support/

I suggest the #bots channel

@murtaza98
Copy link
Contributor

Hello All 👋 I'm quite excited to share my new Reminder app over here. It provides a solution to most of the issues mentioned over here. Check out this doc for more info about this app.

Also, feel free to reach out to me on any below-mentioned channels if you wish to share any feedback or suggestions or even criticism.

Open server of Rocket.Chat: https://open.rocket.chat/direct/murtaza.patrawala
Email: [email protected]
LinkedIn

@saschafoerster
Copy link

@murtaza98 Is there a reason, why there is no public source code?
https://github.com/AddReminders/Reminders-in-RocketChat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests