본문으로 건너뛰기

addEventNow

Description

새 이벤트를 생성하고 확인을 위한 라이트박스를 엽니다.

addEventNow: (event: any) => string

Parameters

  • event - (required) object - 이벤트 세부 정보 객체

Returns

  • id - (string) - 이벤트의 고유 식별자

Example

scheduler.addEventNow();
//또는
scheduler.addEventNow({
start_date: new Date(2013,0,10,8,30),
end_date: new Date(2013,0,10,10,30),
text: "Meeting",
holder: "John", //userdata
room: "5" //userdata
});

Details

이벤트 객체는 다음과 같은 속성을 지원합니다:


Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.