I\'m using EWSoftware.PDI library to build a recurring dates list.
var r = new Recurrence(); r.RecurWeekly(2, DaysOfWeek.Monday | DaysOfWeek.Tuesday);