Anyone know how to refresh a calendar view in Javascript without reloading the whole page?
We're using a page with two views - one calendar, and one a new record entry (need rules applied so we can't use an inbuilt calendar entry form), and we can capture the record submit event, and want to refresh the calendar view only on the page.
Tried various .reload and .load functions without success.
Is it possible yet to refresh a scene after capturing an action in Javascript?
At the moment i have a location.reload set up, however, i'd much rather just refresh the scene rather than the whole page. It's causing some login issues as it's an app embedded within an app essentially.
We don't currently have any exposed methods to easily refresh like this. It's all built in to respond to internal events, like pagination. This is something we're considering adding for future API updates.