Premium support for our pure JavaScript UI components


Post by dominicdolan »

if a calendar for example only has a Saturday as non working (Gey bar) the last weekend in march every year no matter no what year will not color in the Saturday in grey, everything else works as intended you cant assign a task to that day and it doesn't count towards the duration but visibly the day is white.
the strange thing is that every year the last Saturday in march is on a different date and it will always not color in grey

{
    "recurrentStartDate": "on Monday, Tuesday, Wednesday, Thursday, Friday, Sunday at 9:00",
    "recurrentEndDate": "on Monday, Tuesday, Wednesday, Thursday, Friday, Sunday at 17:00",
    "isWorking": true
}

Post by alex.l »

Hi,

Do you see this problem in our online demos? I tried this calendar

{
  "success" : true,
  "project" : {
    "calendar"     : "general",
    "startDate"    : "2019-01-14",
    "hoursPerDay"  : 24,
    "daysPerWeek"  : 5,
    "daysPerMonth" : 20
  },
  "calendars" : {
    "rows" : [
      {
        "id"        : "general",
        "name"      : "General",
        "unspecifiedTimeIsWorking" : false,
        "intervals" : [
          {
            "recurrentStartDate": "on Monday, Tuesday, Wednesday, Thursday, Friday, Sunday at 9:00",
            "recurrentEndDate": "on Monday, Tuesday, Wednesday, Thursday, Friday, Sunday at 17:00",
            "isWorking": true
        }
        ],

and I do not see that problem.

What timezone you use?

All the best,
Alex


Post Reply