@MMRIZE Thanks for replying and sorry for not getting back sooner!
I’m trying to do something like the following where I have added “Day 5” on Dec 9, “Day 1” on Dec 10, etc:
Which I’ve mocked up by modifying this:
<div class="cellHeader">
<div class="">Day 5</div>
<div class="cellDate">
<span class="dateParts month seq_0">Dec</span>
<span class="dateParts literal seq_1"> </span>
<span class="dateParts day seq_2">9</span>
</div>
</div>
Would using manipulateDateCell allow me to do this? At the moment it appears to me that manipulateDateCell is for when there are events on the day but I won’t always have events in my case.