Full Calendar - Displaying Events/Dropdown Question

Hello!

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?

Thank you!

Hey @mauraduquette,

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.

Hey @johnny, the current dropdown is a list of users. And so I’m not sure how to add an ‘‘All Events’’ option to it, seeing as it’s not a user?