Hi,
I'm using my own recurrence edit control to construct the RecurrenceRule string. The asp.net ajax scheduler seems to recognize that the schedule as recurring (with the recurring icon) but it will only display the 1st schedule. How do I display all the schedules? The recurrence is for a daily recurring schedule that ends after 20 occurrences. The rrule string is:
DTSTART:20080514T150000Z\nRRULE:FREQ=DAILY;INTERVAL=1;COUNT=20
Thanks.
I'm using my own recurrence edit control to construct the RecurrenceRule string. The asp.net ajax scheduler seems to recognize that the schedule as recurring (with the recurring icon) but it will only display the 1st schedule. How do I display all the schedules? The recurrence is for a daily recurring schedule that ends after 20 occurrences. The rrule string is:
DTSTART:20080514T150000Z\nRRULE:FREQ=DAILY;INTERVAL=1;COUNT=20
Thanks.