yeah, i need the set of dates the user is moving to when they navigate.
Using e.date doesn't provide you with the "whole view" as you can see a number of days from the following month. So if i were to navigate from Jan to Feb (month view), the first 10 days of march are also included.
databinding also doesnt work, just tried it and when navigating from Feb to March (month view) it provided the following date range:
Start Date: 2018-02-25T00:00:00.000Z(correct)
End Date: 2018-04-06T23:00:00.000Z (wrong)
In the actual view, it also includes 07-04-2018.
So if i were to send the CRUD request based on this range, the users would not see events on the 7th of April in march, which they should because it's in the view.