Metadata
Title
교수회의실(608호) 일정 Archives
Category
general
UUID
62f93f723fd14c78b757960306aa98fc
Source URL
https://biomodulation.snu.ac.kr/category/board-143-SC-7hOX88Vm-20230228164452/
Parent URL
https://biomodulation.snu.ac.kr/
Crawl Time
2026-03-11T02:53:43+00:00
Rendered Raw Markdown
# 교수회의실(608호) 일정 Archives

**Source**: https://biomodulation.snu.ac.kr/category/board-143-SC-7hOX88Vm-20230228164452/
**Parent**: https://biomodulation.snu.ac.kr/

document.addEventListener('DOMContentLoaded', function() {
//언어선택
var initialLocaleCode = 'ko';
//권한확인
// $my\_board\_view\_certificate : 보기권한
// $my\_board\_down\_certificate : 다운로드권한
// $my\_board\_edit\_certificate : 쓰기권한
var board\_auth\_write = "N";
var board\_auth\_view = "Y";
var board\_auth\_down = "Y";
var blog\_id = "143";
var term\_taxonomy\_id = "40";
var search\_task = "ALL";
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
headerToolbar: {
left: 'today',
center: 'prev,title,next',
right: 'dayGridMonth,timeGridWeek,timeGridDay'
},
initialDate: '2026-03-11',
locale: initialLocaleCode,
navLinks: true, // can click day/week names to navigate views
selectable: true,
selectMirror: true,
//날자 선택 시 등록 이벤트
select: function(arg) {
if(board\_auth\_write == "Y") {
var select\_allday, select\_st\_datetime, select\_ed\_datetime; //캘린더에서 전달되는 선택값
var tmp\_change\_year, tmp\_change\_month, tmp\_chane\_day, tmp\_change\_hour, tmp\_change\_seconds;
var set\_allday, set\_st\_datetime, set\_ed\_datetime; //ajax로 전달될 변환값
select\_allday = arg.allDay; //true, false
select\_st\_datetime = arg.start;
select\_ed\_datetime = arg.end;
if(select\_st\_datetime == undefined || select\_st\_datetime == "") {
alert("시작일시가 지정되지 않았습니다.")
calendar.unselect();
return;
}
if(select\_ed\_datetime == undefined || select\_ed\_datetime == "") {
alert("종료일시가 지정되지 않았습니다.")
calendar.unselect();
return;
}
//종일 이벤트인지 확인
if(select\_allday == true) {
set\_allday = "T";
} else{
set\_allday = "F";
}
//시작일시 변환
tmp\_change\_year = select\_st\_datetime.getFullYear();
tmp\_change\_month = select\_st\_datetime.getMonth()+1;
tmp\_chane\_day = select\_st\_datetime.getDate();
tmp\_change\_hour = select\_st\_datetime.getHours();
tmp\_change\_seconds = select\_st\_datetime.getMinutes();
if(tmp\_change\_month < 10) {
tmp\_change\_month = "0"+tmp\_change\_month;
}
if(tmp\_chane\_day < 10) {
tmp\_chane\_day = "0"+tmp\_chane\_day;
}
if(tmp\_change\_hour < 10) {
tmp\_change\_hour = "0"+tmp\_change\_hour;
}
if(tmp\_change\_seconds < 10) {
tmp\_change\_seconds = "0"+tmp\_change\_seconds;
}
set\_st\_datetime = tmp\_change\_year+"-"+tmp\_change\_month+"-"+tmp\_chane\_day+" "+tmp\_change\_hour+":"+tmp\_change\_seconds+":00";
//종료일시 변환
tmp\_change\_year = select\_ed\_datetime.getFullYear();
tmp\_change\_month = select\_ed\_datetime.getMonth()+1;
tmp\_chane\_day = select\_ed\_datetime.getDate();
tmp\_change\_hour = select\_ed\_datetime.getHours();
tmp\_change\_seconds = select\_ed\_datetime.getMinutes();
if(tmp\_change\_month < 10) {
tmp\_change\_month = "0"+tmp\_change\_month;
}
if(tmp\_chane\_day < 10) {
tmp\_chane\_day = "0"+tmp\_chane\_day;
}
if(tmp\_change\_hour < 10) {
tmp\_change\_hour = "0"+tmp\_change\_hour;
}
if(tmp\_change\_seconds < 10) {
tmp\_change\_seconds = "0"+tmp\_change\_seconds;
}
set\_ed\_datetime = tmp\_change\_year+"-"+tmp\_change\_month+"-"+tmp\_chane\_day+" "+tmp\_change\_hour+":"+tmp\_change\_seconds+":00";
//폼에 날자 전달
jQuery("#post\_all\_day").val(set\_allday);
jQuery("#post\_st\_date").val(set\_st\_datetime);
jQuery("#post\_ed\_date").val(set\_ed\_datetime);
board\_write();
calendar.unselect();
} else{
alert("쓰기 권한이 없습니다.");
calendar.unselect();
return;
}
},
eventClick: function(arg) {
var bid = arg.event.\_def["publicId"];
if(bid == undefined || bid == "") {
alert("사용할 수 없는 기능입니다.");
calendar.unselect();
return;
} else{
if(board\_auth\_view == "Y") {
go\_board\_view(bid);
calendar.unselect();
} else{
alert("보기 권한이 없습니다.");
calendar.unselect();
return;
}
}
},
editable: true,
dayMaxEvents: true, // allow "more" link when too many events
contentHeight: "auto",
events: {
url: "/wp-content/themes/hello-theme-child-master/lib/\_proc\_get\_sc\_events.php?blog\_id="+blog\_id+"&taxonomy="+term\_taxonomy\_id+"&search\_task="+search\_task,
failure: function() {
alert("사용할 수 없는 기능입니다.");
return;
}
}
});
calendar.render();
});

today

## 2026년 3월

monthweekday

|  |  |  |  |  |  |  |  |
| --- | --- | --- | --- | --- | --- | --- | --- |
| | 일 | 월 | 화 | 수 | 목 | 금 | 토 | | --- | --- | --- | --- | --- | --- | --- | |
| |  |  |  |  |  |  |  | | --- | --- | --- | --- | --- | --- | --- | | 1일 | 2일 | 3일 | 4일 | 5일 | 6일 | 7일 | | 8일 | 9일 | 10일 | 11일 | 12일 | 13일 | 14일 | | 15일 | 16일 | 17일 | 18일 | 19일 | 20일 | 21일 | | 22일 | 23일 | 24일 | 25일 | 26일 | 27일 | 28일 | | 29일 | 30일 | 31일 | 1일 | 2일 | 3일 | 4일 | | 5일 | 6일 | 7일 | 8일 | 9일 | 10일 | 11일 | |