Scheduler Calendar Resources
Show resource rows beside the calendar grid on SchedulerCalendar.
ScheduleResource supports nested children — labels indent by depth in the resource column.
- Room, team, or equipment rows where events belong to a specific resource
- Week views that mirror timeline lane assignment without horizontal bars
- Bind
resources: RwSignal<Vec<ScheduleResource>>alongsideevents. - Nest sub-resources with
childrenon eachScheduleResource. - Set
PlannedEvent.resource_idto place chips in the matching row.