SAP CAP
Hi. All. Is there a way to add custom filters on your Planning Calendar.
For example, To filter the appointments regarding my Leave Days by their status ( Accepted/Pending/Rejected )
<m:PlanningCalendar id="PlanningCalendar" viewKey="Week" appointmentsVisualization="Filled" rows="{path : '/'}">
<m:rows>
<m:PlanningCalendarRow title="{FIRSTNAME}" appointments="{path :'PLANIFICATIONS/results/',templateShareable:true}">
<m:appointments>
<unified:CalendarAppointment type="{path:'STATUS_ID'}" title="{STATUS/DESCRIPTION}" startDate="{path : 'STARTDATE'}" endDate="{path:'ENDDATE'}" />
</m:appointments>
</m:PlanningCalendarRow>
</m:rows>
</m:PlanningCalendar>