Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
The SfCalendar TimeSlotViewSettings automatically adds labels that are formatted with the 'timeFormat' property based on the timeInterval. So when the timeInterval == Duration(minutes: 15), the time labels are every 15 minutes (9:00, 9:15, 9:30).
What I would like to do is set the timeInterval == Duration(minutes: 15) but have the time labels in hour increments (9:00, 10:00, 11:00). I think this is better explained with a picture: