What is this?
Output a data from a set of data which in schedule.

OutSchedule({
    schedules: [
        { 
            action: 'future',
            name: 'future',
            start: { Y:2022, M: 8 },
            end: { Y:2022, M: 9 } 
        },
        { 
            action: 'future',
            name: 'future',
            start: { Y:2022, M: 10 },
            end: { Y:2022, M: 12 } 
        }
    ]
})