fetchMonthEvents abstract method
Fetches the calendar events for a specific month.
Implementation
Future<List<CalendarMonthEvent>> fetchMonthEvents({
String? templateId,
required DateTime displayDate,
required bool parentElementsOnly,
});
Fetches the calendar events for a specific month.
Future<List<CalendarMonthEvent>> fetchMonthEvents({
String? templateId,
required DateTime displayDate,
required bool parentElementsOnly,
});