Answer posted by Dan Letecky [DayPilot] 13 years ago.
1. First you need the holiday data.
2. Add a BeforeCellRender event handler. This event is called once for each time cell. You should check the cell date (e.Start, e.End) here and compare it with the holiday data.
3. Set e.IsBusiness or e.BackgroundColor as needed. In CssOnly mode, it's better to use e.CssClass instead.