Does anyone know how to display Calendar/Events in a certain frame?

I'm using SwiftUI and I'm wanting to display Calendar/Events in a certain frame so that I can have something else displayed beside it. For example, I am wanting to display the weather along with any events that I might have that day.

You can use EventKit to fetch calendar events, then display them in SwiftUI views alongside any other data you want to display (weather, etc.)

Does anyone know how to display Calendar/Events in a certain frame?
 
 
Q