Hi everyone, hope you are all fine. I'd want to add/remove selected resources on sfschedule, programmatically using databinding. On android project appointments related to removed resources are properly removed as well from the screen. Unfortunately the same doesn't happen on UWP. Do you have any clue for that? Is that a bug?
To be more clear, I don't want to tap on the resources, not only. I'd want to add/remove selected resources from a select picker. Choosing a resource from a select picker I'd want the others resources be deselected and all them appointments removed from the screen. That is working on android but not on UWP.
Thanks in advance