Awesome Reminder app for Rocket.Chat. I have created this app for my own use, but I thought it might be useful for others as well. If you need English version, just let me know, I prepared translation feature, so it should be easy to translate.
- One time & frequency remind.
- View active, completed reminders.
- Pause/Resume reminders.
- Remind to yourself, channel or other users.
- Quote a message in reminder.
- Easy to use & fully performance optimization.
- Go to Admin > Settings > General.
- Open the Apps section.
- Turn on the
Enable Development Mode
option.
- Go to Release Page here.
- Download the package as zip file.
- Go to your Admin > Apps > Click on
Upload Apps
button at the top-right corner. - Upload the zip file you've downloaded.
- Enjoy!
To get users or channels list, you have to go to Settings then change the Default Channel
to your general channel name.
Then disable ~> re-enable the app to get effect.
The migration command to migrate if the schedule jobs are missing or the time is not correct. Only available for admin users.
/cukoo-remind migrate
To translation the app, you have to pull the repo to your local.
Take focus on i18n
& src/lang
directory, create a file with the name as your language code (e.g: fr, it,...)
Then translate the text in these by your language.
Update the src/lang/index.ts
Then run rc-apps deploy ...
to deploy the app to your server.
Feel free to let me know if you have any issue. Make the Rocket.Chat great as usual.