Set max time to 22:00, since we close at 21:00

This commit is contained in:
Adam Goldsmith 2021-03-31 15:05:13 -04:00
parent f0927638c9
commit b2260df3f1

View File

@ -41,6 +41,7 @@ export default class App extends Vue {
defaultView: 'timeGridWeek', defaultView: 'timeGridWeek',
height: 'auto', height: 'auto',
minTime: '8:00', minTime: '8:00',
maxTime: '22:00',
googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ', googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ',
eventSources: Object.entries(calendars).map(([name, id], idx) => { eventSources: Object.entries(calendars).map(([name, id], idx) => {
return { return {