간트 API메서드getCalendar이 페이지에서getCalendar Description 아이디로 작업 시간 캘린더를 조회합니다 getCalendar: (calendarId?: string | number) => CalendarParameters calendarId - (optional) string | number - 선택 사항, 글로벌 캘린더의 아이디 또는 "global" Returns config - (Calendar) - 캘린더 객체 Examplevar calendar = gantt.getCalendar(calendarId);Details