Closed Barry0501 closed 1 month ago
Hi you should be able to adjust the heightPerMinute value on the calendar controller, which increases the hourly interval. The web_demo has an example of how to use cntl+scroll wheel to zoom in/out on the calendar, this also works with pinch to zoom on mobile.
Hi, could you please clarify where should I change the heightPerMinute exactly on the calendar view in order to make the hourly interval bigger? sorry to bother you, thanks 4 the great library!
Hi yeah, the CalendarController has a function adjustHeightPerMinute(double value) which you can use to change the height.
Hello author, thanks for taking the time to create a great library. Because the Event has a duration of 15 minutes displayed in the interface is too small, I want to extend the hourly interval to display full event information with a duration of 15 minutes. How can I do that?