Retrieves a list of all events, including recurrent item instances, scheduled to occur in the specified time interval for a specific Location object.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public ItemList getAllItems ( |
Specifies the start of the time period.
Specifies the end of the time period.
A Location instance that must be related to the items.
A list that contains the events scheduled to occur in the specified period for the specified location.
If a recurring event occurs in the specified interval, each occurrence is represented by an Item instance whose Item.getRecurrenceState is RecurrenceState.Occurrence.