Zum Hauptinhalt springen

onEventAdded

Description

Wird ausgelöst, wenn ein neues Event zum Scheduler hinzugefügt wird

onEventAdded: (id: string, ev: object) => void;

Parameters

  • id - (required) string - die eindeutige Kennung des Events
  • ev - (required) object - das Event-Objekt selbst

Example

scheduler.attachEvent("onEventAdded", function(id,ev){
//custom logic can be placed here
});
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.