TimePlanner arguments - Jamalianpour/time_planner GitHub Wiki
Time planner widget get 3 required arguments:
startHour : Time will be start at this hour on table minimum value is 1.
endHour : Time will be end at this hour on table maximum value is 24.
headers : At first you should know each header is a column and each column is a day. headers is a list of TimePlannerTitle and this will get date and title as string.
Time planner widget get 3 optional arguments:
tasks : List of TimePlannerTask that’s will be show on the time planner as tasks.
currentTimeAnimation : when time planner widget loaded it will be scroll to current local hour and this feature is true by default.
style : you can change style of time planner with TimePlannerStyle .