I want to get attendees and subjects from all calendar events with Microsoft Graph Explorer. I also want to see which calendar these events belong to. I tried this:
GET => https://graph.microsoft.com/v1.0/me/events$select=subject,attendees,calendar
And I can get event subjects and attendees, but I can't get the calendar names in the same response. How should I write a query on Microsoft Graph Explorer.