From b2260df3f1caf64e18cdf173e85acad3c124b293 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 31 Mar 2021 15:05:13 -0400 Subject: [PATCH] Set max time to 22:00, since we close at 21:00 --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index f589754..6dd4538 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,6 +41,7 @@ export default class App extends Vue { defaultView: 'timeGridWeek', height: 'auto', minTime: '8:00', + maxTime: '22:00', googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ', eventSources: Object.entries(calendars).map(([name, id], idx) => { return {