Zum Hauptinhalt springen

toICal

Description

Wandelt Scheduler-Daten in das ICal-Format um

toICal: (header?: string) => string

Parameters

  • header - (optional) string - legt den Wert des Header-Feldes des Inhalts fest

Returns

  • string - (string) - einen String, der die Daten im ICal-Format enthält

Example

var str = scheduler.toICal();
//oder
var str = scheduler.toICal("Mein Kalender");

Details

Hinweis

Die Methode erfordert, dass das serialize Plugin aktiviert ist.

Hinweis

Benutzerdefinierte Attribute werden nicht unterstützt.

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.