Hi, has anyone ever seen the current time displayed in the wrong place on Schedule?
The time itself is right, just the offset is wrong.
I am dynamically inserting the element, and setting dark css ... but this still happens with the default light.
Also, my event times seem off in Day/Week but all look fine in Month/Agenda.
Thanks
--Andy
Here's my schedule ...
let scheduleObj = new Schedule(
{
width: '100%',
height: '550px',
currentView: haptic.config.view,
selectedDate: new Date(),
views: ['Day', 'Week', 'Month', 'Agenda'],
rowAutoHeight: true,
readonly: true,
enableHtmlSanitizer: true,
eventSettings: {
dataSource: eventDataSource,
allowEditing: false,
allowAdding: false,
allowDeleting: false
},