Describe the bug
Cannot access dayEvent variable in custom event Template for <mwl-calendar-day-view>.
Is there something that I'm missing?
Thanks.
Minimal reproduction of the problem with instructions
Please use Stackblitz link below for minimal reproduction of the problem.
Screenshots
Please refer to screenshot below where it illustrates the issue of dayEvent being undefined.

Versions
@angular/core: 9.1.12 and 8.2.3angular-calendar: 0.28.22Thanks so much for opening an issue! If you'd like me to give priority to answering your issue or would just like to support this project, then please consider sponsoring me
That works!
Thanks @Myerden.
Most helpful comment
Hi, you should use
weekEventfor day view.Here is example;