Recurring Event for a user

Hi,
I am working on an app which requires user to organize recurrent events.
For example event like two times a week (Tuesday/Friday) for next five weeks.

Above will require me to store 10 dates for given event. Is there a way I can keep a list of date & time in same event record. I also need to know if it is possible to have a forum element which will let user define recurrence of the event.

Something like calendar for user stored in the adalo db. IS there a way we cna do that?
Best Regards

Are these events infinitely recurring or only a few times? Depending on that I would suggest to just set up a new collection that relates to the events collection. This new collection will just hold different dates that relate to a specific event. Then you can cycle through them and filter on these days.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.