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