You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to customize what the individual calendar calendar-cell looks like when no event is present for that time slot? I know you could technically create dummy events and use the existing provided templates but that isn't real practical if you are dealing with large time spans where your events array would then contain possibly hundreds of dummy events.
I suppose you could also use a combo of range or date change triggers to populate the events array with dummy events just for that day but if there is an easier way, such as a template I would love to hear it.
I know you can use (onTimeSelected) and if no events are present continue with some action and that is great, however I would love if I could customize a timeslot with things such as how many events are remaining that could be scheduled on that day or similar, using markDisabled works to prevent selection of course and the combo of onTimeSelected and markDisabled will accomplish the general functionality I am looking for on click but the display it's self is what I am trying to figure out.
The text was updated successfully, but these errors were encountered:
Is there a way to customize what the individual calendar calendar-cell looks like when no event is present for that time slot? I know you could technically create dummy events and use the existing provided templates but that isn't real practical if you are dealing with large time spans where your events array would then contain possibly hundreds of dummy events.
I suppose you could also use a combo of range or date change triggers to populate the events array with dummy events just for that day but if there is an easier way, such as a template I would love to hear it.
I know you can use (onTimeSelected) and if no events are present continue with some action and that is great, however I would love if I could customize a timeslot with things such as how many events are remaining that could be scheduled on that day or similar, using markDisabled works to prevent selection of course and the combo of onTimeSelected and markDisabled will accomplish the general functionality I am looking for on click but the display it's self is what I am trying to figure out.
The text was updated successfully, but these errors were encountered: