Hi Zuper,
Q1: Event Summary - Show a summary of events in a
footer
According to the current Schedule architecture, we didn’t
have support to show the summary of events at the bottom of the Schedule. We
have logged your requirement as a feature request at our end and it will be
implemented in any of our upcoming releases. Tack the status through the below
feedback link. In the meantime, we suggest you render a custom element at the
bottom of the Schedule to show the summary of the element based on appointment
details. You can filter the appointments on the Schedule with the help of the getEvents
method of the Schedule. Also, you can use the DataManager to filter the
appointments refer to the below demo and UG link for reference.
Demo: https://ej2.syncfusion.com/angular/demos/#/material/schedule/search-events
UG: https://ej2.syncfusion.com/angular/documentation/schedule/appointments?cs-save-lang=1&cs-lang=ts#appointment-filtering
Feedback: https://www.syncfusion.com/feedback/18299/adding-custom-row-in-the-angular-scheduler
Q2: Show the Travel distance and time between each event
According to the current Schedule architecture, we didn’t
have build support to show the travel distance and time between each
appointment. So, we suggest you render the appointment using eventTemplate
with distance and time details on empty cells where you are trying to show the
distance and time details.
UG: https://ej2.syncfusion.com/angular/documentation/schedule/appointments#using-template
Demo: https://ej2.syncfusion.com/angular/demos/#/material/schedule/events-template
Regards,
Ravikumar Venkatesan