binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.33k stars 719 forks source link

Add Arbitrary Future Date Scheduling #1019

Closed MrChadMWood closed 8 months ago

MrChadMWood commented 9 months ago

:bulb: Idea Allow users the ability to submit an event to occur for an arbitrary date in the future. More than "3 days" as described here.

The idea is that users would know a date ahead of time. For example: Reminders. Remind yourself to renew something before it expires,

:computer: Target components Server side. I'm not sure if ntfy current handles events in memory or on disk. If in memory, then events longer than 3 days should probably be committed to durable storage until closer.

binwiederhier commented 8 months ago

Done in https://github.com/binwiederhier/ntfy/pull/1050