williamtroup / Calendar.js

📅 A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.
https://calendar-js.com
MIT License
504 stars 38 forks source link

Event Object "from" and "to" always same value #89

Closed gabbyvan closed 1 year ago

gabbyvan commented 1 year ago

Event Object "from" and "to" is always setting to the date value of the "from" date if events are parsed from the server as json object array

williamtroup commented 1 year ago

Hi. I will take a look into this issue. Thanks.

williamtroup commented 1 year ago

After going through this in testing, using multiple browsers and environments, I've been unable to reproduce this problem. I'm going to close this issue, but if you supply some JSON and let me know which public method you calling to add the events, I will reactivate it.