where numDayScheduled is an API call. Then I would like a way to take a bunch of sprints I've added in my task system, and dump them into the calendar so that no task was overlapping for any one assignee - then I could go and play with the schedule.
This whole thing is straying pretty far away from your initial concept, though, maybe if you want to discuss it further send me an email.
The API - I guess I need to be able to do this:
$estimated_days - numDaysScheduled($item_name) = $deficit;
where numDayScheduled is an API call. Then I would like a way to take a bunch of sprints I've added in my task system, and dump them into the calendar so that no task was overlapping for any one assignee - then I could go and play with the schedule.
This whole thing is straying pretty far away from your initial concept, though, maybe if you want to discuss it further send me an email.