bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Create a Calendar demo with multi-assigned events #1851

Closed jsakalos closed 3 years ago

jsakalos commented 4 years ago

The filtering by calendar (team, room, resource) should honor multi-assignment

Forum post

Hello,

is assigning multiple resources to the same event supported in Calendar (like it is in Scheduler)? When I try to implement it, an event is only rendered for the "first" resource -- for example, if I assign resources "John," "Jane," and "Jim" to event "Weekly Meeting," "Weekly Meeting" is only rendered on the calendar for "John." I would expect three rectangles for "Weekly Meeting" for John, Jane, and Jim to render -- please let me know if this is not supported functionality.

Thanks for your assistance!

ExtAnimal commented 4 years ago

A Calendar has a different view of events than a Scheduler.

In the Calendar's view there is only one event: "The" event, and there will only be one block for it in a calendar view.

But there has been some interest in a new "Resource View" mode which has an initial design but has not yet been roadmapped:

Screenshot 2020-10-02 at 14 21 53

Share time axis at left. Would be separate widget to show it.

Example to show 10+ resources

matsbryntse commented 3 years ago

We have a 'multiassign' demo now