Daily calendar view

28 views 9:25 am 0 Comments March 4, 2023

iambillmccann commented 4 days ago
C) •••
Build a daily calendar view that shows the appointments for a day. The appointment list shows in the placeholder as in slide 30 of the Lecture 11 slide deck.
The appoint list may use the react-calendar package to display the day’s calendar.
Appointments will come from Google Calendar; Google integration will be a task in a future sprint. For this sprint simply hardcode a small number of appointments. The daily calendar should display times in half-hour increments from 6am to 8pm. The date to display will be received as a prop from the Task View component.