Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Calendar UI Component UIB - Week Indicator

angeloorteg
Tera Expert

Hi everyone.

I have a timeline in the Calendar Component with following data:

[
  {
    "id": "26afc33cebe8cf505633f5f3bad0cd5c",
    "title": "rwra",
    "start": "2026-04-27 06:00:00Z",
    "end": "2026-04-27 08:00:00Z",
    "group": "cc708d6b3b6832104517b34a85e45aea",
    "description": "",
    "bgColor": "#FF746C"
  },
  {
    "id": "716f1b74ebaccf505633f5f3bad0cde3",
    "title": "asf",
    "start": "2026-04-27 06:00:00Z",
    "end": "2026-04-27 09:00:00Z",
    "group": "cc708d6b3b6832104517b34a85e45aea",
    "description": "",
    "bgColor": "#FF746C"
  }
]

 
Since my timezone is Europe/Berlin, it will add +2 hours for the UI view:

angeloorteg_0-1777285370672.png

 

Thats okay, in the daily timeline view - HOOOWEVER... On the weekly views e.g. Work Week - the marker is displayed incorrectly for some reason...

angeloorteg_1-1777285443986.png

 

The indicator seems to be 1 hour behind, the time is correct...  its like the 12:23 indicator is now at the 11:23 mark. 


Happens always when choosing columnunit "days" ... I can set the granularity etc. to whatever I want, the indicator time is always correct but its on the wrong position... 

  "TIMELINE_WORK_WEEK": {
    "columnTimeframe": 1,
    "columnUnit": "days",
    "xUnitName": "day",
    "columnsCount": 5,
    "groupBy": "group",
    "headerColumnDayFormat": {
      "md": "dddd",
      "sm": "ddd"
    },
    "headingLevel": 2,
    "xSize": 5,
    "xStart": 0,
    "xStep": 1,
    "snapGranularity": 120,
    "splitRow": 12
  }



Did anyone experience the same issue? Any idea how to solve that?

 

 



0 REPLIES 0