Skip to Content
0
Apr 30, 2018 at 06:58 AM

Planning Calendar - Popover on version 1.38

96 Views

Hi,

I want to have a popover in the sap.m.planningCalendar. I am using SAPUI5 version 1.38.

The popover works for a single appointment.

this._oDetailsPopover.openBy(oAppointment);

But it does not work for more than one appointments. Below is the code I got from the Explored

var sGroupAppDomRefId = oEvent.getParameter("domRefId"),
oPopover.openBy(document.getElementById(sGroupAppDomRefId));

The problem is, the parameter "domRefId" does not exist in the SAPUI5 version 1.38.

Please let me know if we have a way of doing it in the mentioned version.

Thank you.