Hi,
I am binding to a sql server data source and the recurrence pattern is stored there. Here is an example -
In the screen shot, this appointment (titled Cardiology Grand Rounds 2011-2012) displays on Tuesday, and then continues onward, left-to-right. My expectation would be there would be one entry on every Tuesday, rather than what is shown in the screen shot. The same thing happens for all recurring appointments. What am I doing wrong? Thanks.
I am binding to a sql server data source and the recurrence pattern is stored there. Here is an example -
DTSTART:20110101T000000Z DTEND:20120630T000000Z RRULE:FREQ=WEEKLY;UNTIL=20120630T000000Z;INTERVAL=1;BYDAY=TU
In the screen shot, this appointment (titled Cardiology Grand Rounds 2011-2012) displays on Tuesday, and then continues onward, left-to-right. My expectation would be there would be one entry on every Tuesday, rather than what is shown in the screen shot. The same thing happens for all recurring appointments. What am I doing wrong? Thanks.