danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
174 stars 33 forks source link

Option to exclude certain days #105

Closed os-dmi closed 5 months ago

os-dmi commented 7 months ago

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).

os-dmi commented 7 months ago

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.

danheron commented 5 months ago

This issue was resolved with #121.