The Scheduler requires that the component is actually rendered during initialization. It creates a placeholder with ID starting with "dp_" which needs to be present.
It looks like the accordion doesn't render the HTML until the content is displayed. In that case, you'll need to add the Scheduler dynamically when the accordion content becomes part of the DOM.