Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
890
Day Scheduler Appearance
posted

I am looking for a way to Display an Employee name and then all the hours of the day beside it. The hours that are available will be a different color than the hours that are booked.  I know the Day View does a lot of the code I need done, but is there any way to change it so the times are across the top?  Or is there a another control/way I could be doing this.  For example, I want:

Employee | 1:00 | 1:10 | 1:20 | 1:30 |

---------------------------------------------------------

John         |  false | true | true | false |

 

True and false is just in the example to show if they are available without using colors.

I would appreciate it if there is any feedback to accomplish what I need.  I guess I need a time availability checker of some sort.

 

Thanks