How to set a reminder at certain time everyday

I’ve tried the reminder example bot and understand how to set a remind after sometime from now on. My question is how to set a reminder at certain time everyday. Do I need a list of reminders to get the job done?

Need some help or tips, thanks!

You would need to calculate an offset from the current time and set the reminder. There is no repeat option to set it to go off every day.

It’s also important to know that if the Rasa server restarts for any reason, your reminder is lost. There’s a caution about this in the cancel reminder docs.

You may want to setup your own external cron or other timer based system and use an external event to trigger your scheduled intent.