Get Upcoming Events

<Array|null> getNext()

Returns array of LViS.Events objects that are scheduled to start next. Multiple LViS.Event objects are returned if they start at exactly the same time. Otherwise, returns null if no next events are scheduled.

Example

var events = LViS.Listings.getNext();

Last updated