본문으로 건너뛰기

toICal

Description

스케줄러 데이터를 ICal 포맷으로 변환합니다.

toICal: (header?: string) => string

Parameters

  • header - (optional) string - 컨텐츠의 헤더 필드 값을 설정합니다.

Returns

  • string - (string) - ICal 포맷으로 된 데이터를 포함하는 문자열을 반환합니다.

Example

var str = scheduler.toICal();
//또는
var str = scheduler.toICal("My calendar");

Details

노트

이 메서드를 사용하려면 serialize 플러그인이 활성화되어 있어야 합니다.

노트

커스텀 속성은 지원되지 않습니다.

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.