From 0eb7df61a8239e25c9c17fdcbcef96eec25f2361 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 14 Oct 2022 11:46:32 -0400 Subject: [PATCH] Display event times --- src/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.ts b/src/common.ts index 445d17e..a22dc81 100644 --- a/src/common.ts +++ b/src/common.ts @@ -71,6 +71,7 @@ export const common_calendarOptions: CalendarOptions = { height: 'auto', slotMinTime: '8:00', slotMaxTime: '22:00', + displayEventTime: true, businessHours: { daysOfWeek: [0, 1, 2, 3, 4, 5, 6], startTime: '10:00',