I'm Using the Recurrency pattern in the TDBPlanner, as the attachment shows the Daily Events are shown, but the mondays only on the first Monday!
Recurrency Strings:
Daily : RRULE:FREQ=DAILY
Monday's : RRULE:FREQ=WEEKLY;BYDAY=MO
Thanks for reporting in your other post that by using TDBActiveDaySource, this issue was also solved;
If you can see we place the date into the headers by picking the DbActiveDaysource.Day
and increment the Date by Day until the NumberofDays has been reached.
Is there an another (and saver) way to put the correct date into the header(s)?