Hello,
We are using ASP.Net Zero v6.5. We need to implement the fullcalender with external events as shown at [https://keenthemes.com/metronic/preview/default/components/calendar/external-events.html].
We referred git repository of metronic calender of previous version at [https://github.com/aspnetzero/metronic/blob/3abdf19f09c01da253394dd44ae174aa826a3c00/angular/dist/demo/default/src/app/theme/pages/default/components/calendar/calendar-external-events/calendar-external-events.component.ts].
Now the issue we are facing here is that as per the ASP.Net Zero v6 it is recommended not to use jQuery since jQuery is replaced by native libraries but the git repository link provided above is clearly loading and using jQuery UI bundle.
Please provide us the solution for implementing fullcalender(with external events) mentioned in latest version of metronic theme for ASP.Net Zero v6.5 .
Thanks