지정한 ID에 해당하는 일정(Event)의 시작 날짜/시간 정보를 설정합니다.
void setEventStart( id, startInput, options );
| Name | Type | Required | Description |
|---|---|---|---|
| id | string |
필수 | Event의 ID |
| startInput | string |
필수 | 설정할 일정(Event)의 시작 날짜/시간 정보 |
| options | Object |
선택 | 옵션 |
none
IBCalendar.get("calendar1").setEventStart("event1", "2020-06-20");
| product | version | desc |
|---|---|---|
| core | 1.5.0.0 | 기능 추가 |