BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi,I have implemented scheduler using jquery. I have an issue with applyTimeOffset property in appointmentSetting. Below is my codeappointmentSettings: {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.