Hello all!
I am currently following a bootcamp with @boston85719 and am trying to build a calendar tool to schedule chats between users and coaches. As a first step, I want to define the coaches’ availability for chats, as a list of dates.
I created a data type called “Availability” and then a field called “Slots” as a list of dates (I have also tried with a field “Slot” as a single date).
However, when I add dates through a Datepicker or manually in the database, they are not showing up, as you can see on this screenshot:
Am I missing something?