Component Properties Conditional Rendering

There are times when a component registered to a model doesn’t have rows event when the model does. ie. context is set, condition added to xml

My specific use case has to do with All Day events not showing up in the Calendar component. So I decided to display a Table with a manually added condition to show only All Day Events above the Calendar component.

I’ll likely be able to use a snippet to do this, but still would be great to do this with declarative setup.

Pat,

I’m feeling dumb this morning. What’s going on here?

The Day and Week view of calendars don’t display IsAllDayEvent = true events.