cancel
Showing results for 
Search instead for 
Did you mean: 

sapui5 PlanningCalendar intervalselect not working

Niki
Explorer
0 Kudos

Hello,

How does the intervalSelect work on the planningcalender in SAPUI5? It is also not working in the sap example on https://sapui5.hana.ondemand.com/

The appointment select is working, but we need to be able to also change the interval.

Kr,
Niki

View Entire Topic
Niki
Explorer
0 Kudos

That is not working, I have this now:

<PlanningCalendar
id="PC1" startDate="{path: '/startDate'}"
rows="{path: '/Users'}"
stickyHeader="true"
appointmentsVisualization="Filled"
appointmentsReducedHeight="true"
singleSelection="false"
intervalSelect="handleAppointmentSelect"
appointmentSelect="handleAppointmentSelect"
showEmptyIntervalHeaders="true"
legend="PlanningCalendarLegend"
specialDates="{path: '/specialDates', templateShareable: true}">