Display event times

This commit is contained in:
Adam Goldsmith 2022-10-14 11:46:32 -04:00
parent c89dad7c2c
commit 0eb7df61a8

View File

@ -71,6 +71,7 @@ export const common_calendarOptions: CalendarOptions = {
height: 'auto', height: 'auto',
slotMinTime: '8:00', slotMinTime: '8:00',
slotMaxTime: '22:00', slotMaxTime: '22:00',
displayEventTime: true,
businessHours: { businessHours: {
daysOfWeek: [0, 1, 2, 3, 4, 5, 6], daysOfWeek: [0, 1, 2, 3, 4, 5, 6],
startTime: '10:00', startTime: '10:00',