I am trying to access the single day elements of a calender element. The IDs of those elements are generated. I tried sap.ui.getCore().byId() as well as this.getView().byId() but both options didn't work. Only the calendar element has some static ID.
By using jQuery.sap.byId("__component0---calendar--calendar1--Month0-20181212")[0] I get some result but I am not able to add a style class:
jQuery.sap.byId(...)[0].addStyleClass is not a function
Is there some way to add the style class?
