is there a way to display resources only on a certain time range? Like if i only wanted a Resource to be visible if you navigated to may 3, 2018 or something like that.
If you are switching the date using an .update() call you can simply update the resources array (https://api.daypilot.org/daypilot-scheduler-resources/) at the same time.
It might be also possible to update the resource during scrolling but that would need more tweaks - changing the content during scrolling can affect the Scheduler height and it can have other side effects that disrupt the user experience.