exportJSON (method)

달력의 모든 event 정보들을 JSON 파일로 저장합니다.

Syntax

void exportJSON( fileName, splitEventSource );

Parameters

Name Type Required Description
fileName string 선택 JSON 파일 이름 설정
(default : "ibcalendar.json")
splitEventSource boolean 선택 event 정보들을 eventSource 별로 구분하여 저장할지 여부
(default : false)

Return Value

none

Example

IBCalendar.get("calendar1").exportJSON();
IBCalendar.get("calendar1").exportJSON("ibcalendar.json");

Since

product version desc
core 1.5.0.0 기능 추가