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