Our pure JavaScript Scheduler component


Post by Globox21126 »

Hey,

what is the correct format for the 24h/7 non working calendar setting?

I believe that in Gant it was from 00:00 to 24:00.

          {
            "id"                       : "night",
            "name"                     : "Night shift",
            "unspecifiedTimeIsWorking" : false,
            "intervals"                : [
                {
                    "recurrentStartDate" : "at 00:00",
                    "recurrentEndDate"   : "at 24:00",
                    "isWorking"          : false
                }
            ]
          },

Post by arcady »

Are you trying to make a calendar that does not provide any working time? What's the use case of such configuration?

Such calendars naturally cannot be used by the Engine. So it will throw an exception as soon as it tries to schedule something using such calendar.


Post Reply