Can't use sheduler functions from other view

Hello , I’m trying to bind my sheduler with a form (on selection, on create, on delete etc).
But when I calling something like $$(“shedulerer”).remove($$(“list1”).getSelectedId()); , debugger says me “$$(…).remove is not a function” , no matter , what I want to do (load,remove, add event).
What is a problem?
Thank you

Hello,

could you provide some snippet to reproduce the problem