Plugin.Maui.Calendar
Plugin.Maui.Calendar copied to clipboard
Question: Is there an easy way to get ShownDates (plural) from the calendar
Requirement: I'm binding events to data which is fetched from an api - so when month or week view is changed - or I change from week view to month view at runtime, I need to fetch new data based on the range of dates that are shown in the calendar. so
- is there a way to easily determine the date range currently shown on the calendar (or do I have to deduce this from CalendarLayout and ShownDate property?
- is listening to the ShownDate property change the best way to detect that the calendar layout or left/right week/month view has changed?