diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 3bf585fc8..f02b69fdd 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -320,7 +320,7 @@ BlazeComponent.extendComponent({ calendarOptions() { return { id: 'calendar-view', - defaultView: 'agendaDay', + defaultView: 'month', editable: true, selectable: true, timezone: 'local',