
the idea is to show the amount of time needed for each task and then to show the sum total for all tasks open for the day. Their stretch idea is to also calculate the total time needed for that day’s events and calculate the net difference of time in the day minus event durations minus task durations. Additionally, there should be a default task time that can be set by the user (default to 30 minutes) but the duration can be set individually for each task. The user’s total time in day should also be modifiable (e.g. 8am - 8pm on weekdays and 9am - 7pm on weekends). If a task is dragged and dropped onto the schedule, it should start at the mouse-up time and finish based on the task duration. If it is dropped onto a calendar day (not a specific time) it should start at the default start time and end based on the task duration.

