Scheduling component & child component visibility

I’m using scheduling variants (currently in beta) in my page content. This allows you to create multiple variants of certain (child) components depending on a given schedule.

Something I’m currently missing in the scheduling (variants) feature is the ability to make a certain component (or child component) visible or hidden depending on content schedule.

As an example for component children: I have a custom swiper (carousel) component with a property “slides” (an array of BuilderBlocks). Each slide needs to be scheduled (visible) for a certain time. This means you have a set of slides where some are visible, others are hidden depending on their individual schedule.
With the current variant feature, we can create a fixed number of slides, each slide with it’s own set of variants. But when you need to add or delete a slide, you need to do this manually.

Another example: a box grid component containing multiple promotion cards: some will be visible and other must be hidden due to their schedule.

I think this would be a great addition to the scheduling feature in a content page.