0👍
- Problem 1
I tried to reproduce the issue http://snippet.dhtmlx.com/9cd792b62
Events rendered correctly according to dates in data. If end_date is:
“end_date”: “2019-06-01 00:00”
it means, that the event finishes on the last day in May and doesn’t cover June 1st.
If you want to cover also June 1st you should set end date “2019-06-02 00:00”. Maybe you could at least use “2019-06-01 23:59:59”, but the correct case is to use “2019-06-02 00:00”.
If it necessary for you, you could correct event dates in onEventLoading handler.
- Problem 2
I don’t fully understand the question. Please reproduce it with your data in the snippet system and share the updated link. Also specify steps to replicate the issue if it’s necessary
http://snippet.dhtmlx.com/13665e8a7
Source:stackexchange.com