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");
Related samples
Details
примечание
Метод требует включения плагина serialize.
примечание
Пользовательские атрибуты не поддерживаются.
Related Guides
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.