Hello, I can't seem to find a way to manipulate the control so that I can have different appointment times on different days of the week. I need an appointment where the user can set up a pattern where the appointment meets every Tuesday and Thursday and is at 8:00am on Tuesday and 2:00pm on Thursday. This pattern goes on for 9 weeks.
My data model and custom reocurrance form can handle the data, but how can I get the control to handle it? Am I going to have to pattern Tuesday and make every stinking Thursday a variance?
Thank you.
Brian,
Thanks for the reply. Not what I wanted to hear, but I understand. I have went ahead and wrote a function to recognize when this condition exist in my data and creates the two separate recurrences. My own editor form will have to manage the fact that they are really two different recurrences while the user will only see it as one. I have some more questions, but I'll start a separate thread for that.
thanks.
AppointmentRecurrences do not support different times for different days of the week (Outlook also does not support this, and that is what we patterned it after). You would have to make two separate recurrences.