Create reminders #23

Open
opened 2024-02-28 09:58:19 +00:00 by phundrak · 0 comments
Owner

Allow users to create reminders. This could be through a command such as /remindme 2 months "Hello" or /remindme March 3rd "Hello". The crate parse_datetime could be useful.

This will require some additional work, maybe another service that will run on specified time. I do not know how yet, I’ll have to investigate. Perhaps the tokio-cron-scheduler crate can help?

Allow users to create reminders. This could be through a command such as `/remindme 2 months "Hello"` or `/remindme March 3rd "Hello"`. The crate [`parse_datetime`](https://crates.io/crates/parse_datetime) could be useful. This *will* require some additional work, maybe another service that will run on specified time. I do not know how yet, I’ll have to investigate. Perhaps the [`tokio-cron-scheduler`](https://crates.io/crates/tokio-cron-scheduler) crate can help?
phundrak added the
enhancement
label 2024-02-28 09:58:19 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phundrak/p4bl0t#23
No description provided.