跳转到主要内容

toICal

Description

将调度器数据转换为ICal格式

toICal: (header?: string) => string

Parameters

  • header - (optional) string - 设置内容的header字段值

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.