如何将ical RRULE字符串转换为日期时间列表?

时间:2018-10-15 16:16:53

标签: c# rrule

具有startTime和RRULE字符串:

public IList<DateTime> GetListOfDateTimes(DateTime start, string RRULE, int maxItem) 
{
     //What would be the best way of returning a list of all datetimes that RRule would match?
}

* maxItem将避免无限循环:)

0 个答案:

没有答案