Splitting Month Calendar and Agenda View

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.


1 Reply

IR Indumathi Ravichandran Syncfusion Team July 8, 2022 10:07 AM UTC

Hi YJ Kim,


Based on the shared information, we have checked and your requirement is “Custom agenda view in Flutter Calendar”. We have a KB documentation for the same. By using this you can show the selected date appointments in the custom agenda view. Please find the KB document from the following link.


KB link:

https://www.syncfusion.com/kb/11016/how-to-show-a-custom-agenda-view-in-the-flutter-calendar


Regarding Query: 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)


As per the current implementation of the calendar, you cannot hide the today’s date while set the hideEmptyScheduleWeek property value as false, it hides the weeks that doesn’t contain appointment on it and it is the expected behavior of the calendar.


We hope that this helps you. If this is not your requirement, please share more details about your requirement clearly. It would be helpful for us to analyze and provide you a solution at the earliest.


Regards,

Indumathi R


Loader.
Up arrow icon