Below is the Primeng-schedule that I have created in Angular2. I am able to add events to the calendar. I have added events for days click, left and right arrow.
I am looking for tooltip on mousehover for events and days. Is that feature available.
<p-schedule [events]="events" [eventLimit] ="3" (onViewRender)="loadEvents($event)" (onEventClick)="handleEventClick($event)"
(onDayClick)="handleDayClick($event)" ></p-schedule>