danheron/Heron.MudCalendar

Option to exclude certain days

Closed this issue · 2 comments

A common usage of this would be the ability to remove weekend days (typically Saturday and Sunday) from the calendar.

Can be expanded to more generalized exclusion patterns (also on weeks or months).

Update: I managed to implement this by using a custom MonthView, but it required some copy & pasting of the original code and changing hard-coded magic numbers.

This issue was resolved with #121.