How to paint holiday cells with different color

Problem:
How can I change the column color of specific dates? The goal is to mark the holiday with a different color than the weekdays.

Solution:
You should handle the CustomDrawTimeCell event, which enables time cells to be painted manually. The attached project illustrates how you can accomplish this task.