How to return a rich view/custom view from AppEntity’s EntityQuery for Shortcuts app to display?
Summary This postmortem analyzes why a custom AppEntity returned through EntityQuery in an AppIntent cannot produce the same rich, embedded Shortcuts UI that Apple’s Calendar app displays. The issue stems from framework limitations, not implementation mistakes. Apple’s own system apps use private, non‑public APIs to render rich inline views and detail sheets inside Shortcuts—capabilities that … Read more