Hi, I'm working on a project that requires using a SyncFusion Calendar's Month View.
I'm wondering if there is a way to split the Month calendar and the agenda list so I can place an another widget in between them.
I've tried creating a Column widget with children of:
[SfCalendar(view: CalendarView.month) where agendaVIew = false
Text('testing'); where I would like to place a custom widget
SfCalendar(view: CalendarView.schedule) where hideEmptyScheduleWeek = true
]
If I use the code above, on the bottom where I would like the Agenda list, I cannot hide empty schedule of today's date (in this case Fri 8th)
Please help me if there is a way to either hide today's empty schedule in Calendar.schedule, OR split month calendar and agenda list.
Thank You.