Fullcalendar using resources as a function with select menu
问题 Using Fullcalendar 4, I am trying to show/hide my resources using a select menu. When the user selects one of the providers from a menu, I want to only show that one resourc's events. Above my fullcalendar I have my select menu: <select id="toggle_providers_calendar" class="form-control" > <option value="1" selected>Screech Powers</option> <option value="2">Slater</option> </select> I am gathering the resources I need using an ajax call on my included fullcalendar.php page. I am storing them