Flatten everyone's schedules to one data.frame

schedule_flatten(availability_array, is_host = TRUE)

Arguments

availability_array

3d array of availability with entries 0, 1, and 2

is_host

If TRUE, do for host; otherwise, do guest

Value

a data.frame of times and who each person (host or guest) is meeting with at each time