.calendar-container.flex
calendar-sidebar(@width="changeWidth" :team="team")
calendar-schedule(
:current-date="currentDate"
:time-information="timeInformation"
:events-data="eventsData"
:sidebar-width="sidebarWidth"
@previous-date="switchPreviousDate"
@next-date="switchNextDate"
@selected-layout="changeCalendarLayout"
)