FullCalendar - js파일은 아래 링크에서 최신 버전을 다운로드 https://fullcalendar.io/docs/initialize-globals // 캘린더 생성 fcCalendar = new FullCalendar.Calendar(elCalendar, { //구글 캘린더 API키 입력 googleCalendarApiKey: "", //캘린더 뷰 월 캘린더 initialView: 'dayGridMonth', //한국어 설정 locale: 'ko', height: "100%", //버튼별 기능 customButtons: { customPrevY: { // 이전 연도로 이동 icon: 'fc-icon-chevrons-left', click: function() { fcCalendar.prevY..