Hi,
I have implemented scheduler using jquery. I have an issue with applyTimeOffset property in appointmentSetting. Below is my code
appointmentSettings: {
dataSource: eventsdata,
applyTimeOffset: false,
resourceFields: "PracticeLocationId,MemberPracticeLocationId"
},
The appointment data loads in the wrong time slots when applyTimeOffset: false is removed or commented.
When applyTimeOffset is set to false, the data is not loading at all. I have multiple resources and i have grouped them. Please help me out.