Is it possible to create conditional views of events in Calendar View?
I'm trying to build a publicly-accessible calendar of events. Some events are open to the public. Others are private. For private events, I want to limit the information about the event (just showing that something is taking place on a date during a specific timeframe so it's known that time is unavailable). For public events, I'd like to show information about the event (I have Event Title and Event Description fields in my table).
So there are two overall goals:
- Show all events so that viewers know those times are unavailable to rent
- For public events, show some details about the event.