<%args> $Date => undef $Tickets => undef $DateTypes => undef @username => () % foreach my $username ( @username ) { % my $mapname = "$username-$date"; <% $username %>
%# false laziness w/Schedule/UserBar %#XXX block out unavailable times %#alas. abstractions break, freeside-specific stuff to get availability %# move availability to RT side? make it all callback/pluggable? % %#XXX block out / show / color code existing appointments % %# % } <%init> my( $date, $time ) = split('T', $Date);