지정한 ID에 해당하는
eventSource의 모든 일정들에 대해 표시할지 여부를 설정합니다.
void setEventSourceDisplayById( id, display );
| Name | Type | Required | Description |
|---|---|---|---|
| id | string |
필수 | eventSource의 ID |
| display | boolean |
필수 | 표시여부 |
none
IBCalendar.get("calendar1").setEventSourceDisplayById("eventSource1", false);
| product | version | desc |
|---|---|---|
| core | 1.5.0.0 | 기능 추가 |