DayPilot.Switcher.events.load

The events.load() method loads event data for the current view from the specified URL.

It calls the events.load() method of the current view. That can be one of the following:

See the the methods above for a detailed description of the parameters.

Declaration

DayPilot.Switcher.events.load(url[, success[, error]]);

Parameters

  • url (string) - the URL
  • success (function) - success callback
  • error (function) - error callback