I've been thinking about that reminder bot we talked a few days ago with @cgi-bin.
I've read again the NIP-01 and some discussions regarding the `created_at` property of events.
I'm wondering how providing a note for future display, e.g: in 1 week, would be handled by current clients (c.c @Vitor Pamplona) and what should be the recommendations around that.
What i would have in mind is to have a bot that when requested, would remind a note to the requester in the timeframe made by the requester.
By allowing the notes events to provide future dates, it could allow to avoid the bot on maintaining a database on its own an only publish a note with a future date in the `created_at` field. However that would mean the clients do not display the note until datetime is past nor the associated notification.
e.g:
1. Alice asks the bot to remind some note in 1 week as an answer to the same note
2. the reminder bot publishes instantly a note with a `created_at` corresponding to the future time requested
And that's pretty much all.
I'm wondering, would that be a stupid idea to do it this way @fiatjaf?


