search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

concurrent event groups

Asked by Jeff
7 years ago.

We are displaying events on a schedule that contain data fed by a database on a per-event basis, we recently discovered the concurrent event groups functionality and want to implement this but need to supply text for the concurrent event group boxes (describing the group specifically) which is fed from the database or possibly from the events themselves.

At present we are only aware of the two properties (count and html) and need to get more information from the events in the group to filter and display in the concurrent event group boxes.

Any guidance as to how we might go about doing this?

Answer posted by Dan Letecky [DayPilot]
7 years ago.

Now (since build 8.3.2847) you can also access the events in the group using args.group.events array:
https://api.daypilot.org/daypilot-scheduler-onbeforegrouprender/

The latest build is available in the sandbox:
https://javascript.daypilot.org/sandbox/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.