Forum

Christian
      2 years ago #30096
      Up
      0
      Down
      ::

      I managed it on my own 🙂

      In the Scripts snippet of the Process Designer, you can use the following line to access the calendar component:

      var oCal1 = sap.ui.getCore().byId(“Screen1–ui_unified_Calendar1”);

      Afterwards, you can use the code from the SAP example page. Even though this works I would like to know if this is the best approach to solve this.

      Thank you!