In the screenshot theres a form where users can choose to book a tennis court. They need to insert their name, choose a time and date, a duration and they can add some side notes. However my client wants an option for coaches where they can roll a booking ie: they can choose to reserve the court for the following three months on the Monday of every-week.
For recurring bookings to be effective in the app, you’d need to have one row per event. For an event with no end date, this would be an impossibility. Really, the only way I can see this working would be through some sort of automation after the form is completed—you’d need to create one row per event (in your case, one per week on Mondays) between the start and end date. Easier said than done.
True. That works if you’re checking against dates, but it won’t work if you’re scrolling through an in-line list of calendar events. I guess it depends what you’re after.