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
40
WebSchedule - two queries
posted

I've been using the WebSchedule control and got a couple of queries:

  1. When do a "appointment.Description = "my notes about the appointment";" - where does it get displayed?  All I can see is the Subject property getting displayed but can't find the Description displayed anywhere.
  2. Also, how do I change the background colour of a particular appointment.  For example, I'm doing this:  appointment.Style.BackColor = Color.Red; - but it does not seem to be doing anything!

Thanks in advance.

  • 1160
    posted

    You may have to make sure that the description isn't defaulted to Visible = false. If thats not the case I'd assume that its not something displayed on the appointment itself.

    Changing the color of the appointment requires the removal of the default color of the appointment in the CSS file that you are using. Its not too hard but this caused me no end of headaches for me and still does. I've noticed that not all my appointments end up colored if I reset the color in the code after removing the line in the css file.