I have a calendar that displays only the events attributed to a certain user. That user is specified based on a dropdown element. How can I also have an “All Events” option, which would make the calendar display the events of all users, rather than just one particular user?
In order to do this, you can add an “All Events” choice to your dropdown, then make a condition where when the dropdown’s value is, “All Events,” make the repeating group change it’s data source to Do a search for… and add no constraints.