anichiporovich-luware
Results
1
issues of
anichiporovich-luware
### Overview I have a code example [here](https://github.com/anichiporovich-luware/iCalendar.Console.IssueDemo). Application creates `CalendarEvent` with `IsAllDay` flag, `Start` and `End` date. And then adds `RecurrenceRules` as following: `"RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=MO;BYSETPOS=1"` (RRULE). Expects that this RRULE...