Hello dear support team.
I use Scheduler component with resources - employees.
Every time when selected date is changed I need to add/remove employees that are working/not working this day.
I use removeResource/addResource methods which do the job.
However changes to resource collection causes events reloading - call to API.
As a result when selected date is changed I have 2 identical calls to API. First is caused by changing date, second - by changes in resource collection.
Switching days in schedule component becomes very slow.
Please suggest the way of manipulating resource collection without additional calls to API.
For events I use WebApiData adaptor
For resource collection I use local json array as data source.
I tried to look at query option in ResourceDirective but it does not seem to be possible to capture new date every time it changes.
Thanks for help in advance.