onLocationError Event

Parameters:

  • id - id of event
  scheduler.attachEvent("onLocationError", function (id){
          alert("Bad location");
  });

Event can be used to provide custom reaction, when user has create an event with incorrect|empty location
It possible to return a Point object from the event, which will be used for geo-location of the event.