Zum Hauptinhalt springen

onParse

Description

Wird ausgelöst, sobald die Daten geparst und für die API bereit sind, jedoch bevor sie im Scheduler angezeigt werden

onParse: () => void

Example

scheduler.init("scheduler_here");
scheduler.attachEvent("onParse", function(){alert("Daten wurden geparst")});
scheduler.parse(events);
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.