assistify / Rocket.Chat

Supercharged by AI: Learn the most of your communication
https://www.assistify.de
Other
14 stars 3 forks source link

Remind Agent #115

Open flohfeld opened 6 years ago

flohfeld commented 6 years ago

I'm as user and Customer want a remind agend to set alarms in Rocket chat. You can send yourself or other members a reminder for anything: important meetings, to-do items, even motivational messages! In the message input box, i want type the /remind slash command and you’ll see a template of how i format my reminder: in exampel: /remind [@someone or #channel] [what] @@[when]

Here are some examples:

mrsimpson commented 6 years ago

I like the idea - like others as well ;) https://github.com/RocketChat/Rocket.Chat/issues/659 https://github.com/RocketChat/Rocket.Chat/issues/7946

I guess we'll tackle that, once the Rocketlets are available

janrudolph commented 6 years ago

Or maybe we can check if there is a hubot out there...

slyk commented 6 years ago

Can this be a right click menu action without writing any text? This is very useful in Slack and saves a lot of time.

tjommie commented 5 years ago

This would be really useful. bump?

tuxmartin commented 5 years ago

Are there any updates?

mrsimpson commented 5 years ago

@tuxmartin we’ve been pushing forward the capabilities of the Rocket.Chat Apps Framework for that. The extensions are quite huge (you need a natural language scheduler) - and in fact the last impediment was to find something reusable supporting multiple languages (particularly German). After some extensive research, we decided to find a UI-based solution and are extending the framework in this direction

Sent with GitHawk

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tuxmartin commented 3 years ago

Are there any updates?

mrsimpson commented 3 years ago

@tuxmartin unfortunately not. We've been investigating a lot with respect to natural language time occurrence parsing, but found no German solution. This is however vital to the solution and hard to build ourselves with a high quality. Therefore, we left this aside. I might check the libs current status, some time has passed since then... Feel free to keep it open and - well - remind us.

tuxmartin commented 3 years ago

@mrsimpson and what about https://github.com/RocketChat/feature-requests/issues/14?

42 people are interested in that.

It would be better than the command /remind.

mrsimpson commented 3 years ago

With https://github.com/RocketChat/Rocket.Chat/pull/19290, apps will finally be able to schedule events. This will enable a reminder-app - and I'm very sure the contributor of the scheduler apps api has got this in mind.