How can i programatically call the event details view?
I tried something like:
$$(“scheduler”).setCursor(eventId);
var editBtnId = $$(“scheduler”).$$(“edit”).config.id;
$$(“scheduler”).callEvent(“onItemClick”, [editBtnId]);
but that’s not the desired output.