Your error was in placing single quotes inside single quotes.... This code should work, but isn't tested:
<select name="schedule[1]['time']['minute']">
You just need to have name="" instead of name='' (use double quotes). I'm not sure if you need the single quotes around 'time' and 'minute', try both.
Hope this helps,
Josh B