특정일의 기간일정중 키값이 동일한 일정을 삭제하는 API이다.
function btn_on_mouseup() { schedule.deleteperioditembydatekey("20231203", "KEY"); }