달력의 모든
eventSource정보를 배열로 반환합니다.
array getEventSources( );
array[EventSourceApi] : 배열 형태의 이벤트 소스(EventSource) 객체
var allEventSources = IBCalendar.get("calendar1").getEventSources();
allEventSources[2].id; // eventSource 의 id
| product | version | desc |
|---|---|---|
| core | 1.5.0.0 | 기능 추가 |