Hi Ezequiel,
Thank you for contacting Syncfusion support.
Regarding Query: I would like to see for the example 1 hour slot divided in 2 halfs.
Based on the shared information, your requirement is “Change the time interval value of the Flutter Calendar”. By using the timeInterval property of the timeSlotViewSettings you can customize the intervals of the timeslots. Also using the timeformat property you can customize the time format labels. Please find the UG documentations from the following link.
UG link:
Also we have a KB document for time label customization. Please find the KB from the following link.
Code snippet:
|
child: SfCalendar( view: CalendarView.day, timeSlotViewSettings: TimeSlotViewSettings(timeFormat: "hh:mm a",timeInterval: Duration(minutes:30)), allowedViews: [ CalendarView.workWeek, CalendarView.week, CalendarView.month, CalendarView.schedule, ], ), |
Screenshot:
We hope that this helps you. Please let us know if you need further assistance.
Regards,
Indumathi R