I'm trying to set up an app for a theatre company. They want the app to display all their upcoming performances via a calendar (like the datepicker in appery). But this calendar needs to be constantly up-to-date as they take in new bookings etc. Is there a way I can create a database listing all the performances/dates, then when a user searches for a date it will display the associated performance? This database would then need to be easily modifiable, otherwise users would have to download an 'updated' copy of the app everytime it changes?
Hope this makes sense. Many thanks.