Hi All,
In addition to using a WebScheduler with Month View, I also have a page where I've created my own month list.
I go through each day of the list, then go through WebScheduleInfo.Appointments. If the appointment is on the current day, I add it to the list.
The problem comes with recurrences, say weekly, which only show up the first time.
Is there a "GetRecurrences" or some such that I can use to find the recurrences and add them to my list as appropriate? If not, what suggestions do you have?
Thanks