I am in the process of building a scheduling app. It’s my first build and I have run into two problems.
- A core function of the app is the ability for the admin to schedule client appointments (date, time, service requested, etc.) and have those appointments fed in the calendar component that is part of the user dashboard. I also want to add a list of the days appointments below the calendar so the user has a few different views of their daily/weekly work schedule.
Are there any tutorials on how to set up this functionality?
- I am also trying to learn how to offer users the ability to edit an existing appointment once they have they have created it. I have been able to successfully build the functionality of creating appointments and deleting them but not editing existing ones.
Are there any tutorials or help docs on this as well?