Hello, I'm currently trying to set up a flow to sync up an existing M365 group calendar (I am an owner of the group) with a SharePoint list, to then have a calendar view on a related page. I've attempted a similar process didn't run into issues, but that was with a shared calendar that I was given access to. So far I've tried several different avenues of pulling the group's calendar events, with none of the below working:
- "Send an HTTP request" outlook action with a Graph API call out to the group calendar
- The basic "HTTP" action with a Graph API call as the URI and the Active Directory OAuth used as the authentication type (I have this set up the same in a different flow, everything works well there)
- The "Get events (V4)" action after using the Graph Explorer to query the relevant group for the calendar ID, and using that as a custom value in the get events action
Any help with why Group Calendars don't show as a valid calendar option in many Outlook actions when compared to Shared Calendars, or how to best query a group calendar for the current events, would be greatly appreciated. Thank you!
Categories: