Hi Cody,
If you check the FullCalendarSample eSpace, I have defined a REST endpoint specifically for that purpose. The FullCalendar API manages which calendar events it needs according to the view that is being represented, so if you define the EventsRESTUrl with your REST endpoint ("/FullCalendarSample/rest/SampleJSON/GetEvents" in the sample eSpace), the API will call it with the parameters start and end filled out.
This is also valid for the initial page load.
Using this technique, you don't need to set data on the preparation, you just have to trust your REST endpoint will provide it.
Do let me know if this works for you.
Kind Regards,
João Grazina
If you check the FullCalendarSample eSpace, I have defined a REST endpoint specifically for that purpose. The FullCalendar API manages which calendar events it needs according to the view that is being represented, so if you define the EventsRESTUrl with your REST endpoint ("/FullCalendarSample/rest/SampleJSON/GetEvents" in the sample eSpace), the API will call it with the parameters start and end filled out.
This is also valid for the initial page load.
Using this technique, you don't need to set data on the preparation, you just have to trust your REST endpoint will provide it.
Do let me know if this works for you.
Kind Regards,
João Grazina