maubot / reminder

A maubot plugin to remind you about things.
GNU Affero General Public License v3.0
42 stars 18 forks source link

Create recurring reminders #6

Open Half-Shot opened 5 years ago

scottwallacesh commented 4 years ago

Perhaps with a simple ... every <x> <m|h|d|w|y> format to start with?

joao-p-marques commented 3 years ago

Yes. https://github.com/anoadragon453/matrix-reminder-bot already does that. It would be nice to incorporate that here. :+1:

pullopen commented 3 years ago

If anyone is still working on this...

NicolasDerumigny commented 2 years ago

I would very much like it to be done, too

roughnecks commented 1 year ago

Me too, so I can ditch matrix-reminder-bot.

MxMarx commented 1 year ago

I've added recurring reminders and integrated matrix-reminder-bot's features as well as some others in this this fork. I'm not sure if it is eligible to be included in the plugin list because it requires two libraries that aren't currently included in the maubot docker image: APScheduler and dateparser (and optionally cron_descriptor, arrow). It could do with a bit more testing, but it's been working for me at least!