public async registerAllDaySchedule()

in lambda/src/GaroxaController.ts [73:78]


    public async registerAllDaySchedule(detail: GaroonScheduleDetail){
        const params = this.getRegisterAllDayScheduleParams(detail)
        const result = await this.client.schedule.addEvent(params as any)
        console.log(result)
        return result
    }