-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Issue Type
Important
This is a feature request.
Details
I want to support a UI using ResourcesCalendar mode that allows me to render events per resource columns, but resource type is mixed, so I want to show groups/columns for event assignee, event room, event resource, event location, event specific invitees, etc. at the same time.
Problem
Current setup with resourceId as a single value doesn't allow me to build that. It forces a 1 <-> N relation between resource and event.
Suggestion
We should unblock the N <-> N resource to event relation to being able to implement this UI with Library rendering engine support.
I was thinking about 2 options:
- Introducing new
resourceIds?: string[]to support this (instead of the existingresourceId: stringthat forces 1 <-> N relation) - Introducing a custom callback (maybe as the
CalendarContainerorCalendarBody) for a defined event so the consumer code would define the logic on its own and implement thisN <-> Nrelation on its own.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels