-
-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to know which day does my custom "event template" exist? #1039
Comments
Thanks 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 supporting me on Patreon |
Done! |
Thank you so much for backing this project! I really appreciate the donation ❤️
Just to be clear, this is for events that span multiple days on the week view? So like the one highlighted in red here: |
Yes! |
I just added this in |
Describe the bug
I need to know which day of the week does my "event template" exist in order to do certain calculations. Right now the "event" object doesn't consist which day it belongs to, like in the "day" object past down by "cell template". Does anyone has a solution for this problem?
<ng-template #eventTemplate let-weekEvent="weekEvent" let-locale="locale"> {{weekEvent.event.title}} </ng-template>
weekEvent object doesn't have a date object I could utilize for my project.
@angular/core
: 7angular-calendar
: 6Cheer!!
The text was updated successfully, but these errors were encountered: