wf-core:getEventOccurrenceListMap

This tag creates a list of events within given time frame.

Syntax
<wf-core:getEventOccurrenceListMap
   articleType="..."?
   id="..."
   max="..."?
   numberOfHours="..."?
   publicationName="..."?
   range="..."
   scheduleFieldName="..."?
   sortOrder="..."?
   sortString="..."?
   tagFieldName="..."?
   tagIdentifiers="..."?/>
Attributes
id, mandatory, no runtime expressions

This is the object where the result will be placed.

range, mandatory

Events within this range will be listed.

max

Maximum size of the list will be determined by this attribute.

tagIdentifiers

Events that have this tags are included in the result. If tagIdentifiers is not given, all events included.

tagFieldName

This name is used to query on solr for events.

numberOfHours

Events that will happen within this hour will be listed.

publicationName

This specifies from which publication, events have to fetch.

articleType

This attribute sets the content type of article to be listed.

scheduleFieldName

The name of the schedule field in solr index (which is derived from the name of the field in content-type definition).

sortOrder

This specifies the list sorting order whether this is ascending or descending.

sortString

This specifies on which field the results will be sorted.