Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
201 stars 10 forks source link

Supports defining notification time using cron #83

Open iferencz opened 3 months ago

iferencz commented 3 months ago

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Does it support the cron method to define the notification time, such as 0 7 * * *, and the notification will be sent at 7 o'clock every morning. Thank you very much.

Additional context

None

Casvt commented 3 months ago

Looks like there is a cron parser, so this is feasible (though still a big undertaking).