I want to create a weekly scheduler for workers that resembles google calendar using React. I am quite new to React and CSS so I am not sure as to what is the best data structure that represents the scheduler, that will enable the user to click on a section and it will open a form with that section details such as day, start-time and end-time. I have watched Traversy Media React JS Crash Course 2021 which was very helpful but I am still unsure about a good data structure that will give me the functionality of a calendar such as google's. Any Ideas?