The Goal: To extract events from a Microsoft 365 Group (Sharepoint Group with page/email/teams)
Using 'Office 365 Outlook' as a connector, doesn't list the group I belong to for it's calendar. It only lists my own.
I read that I could use the GroupId in place of the CalendarId.
Result: "id is malformed."
Thought I would check the Id within Graph Explorer:
Result: "Resource {group_id} does not exist or one of its queried reference-property objects are not present."
Looked at all groups I belong to within Graph Explorer:
Result: The one I want is not listed
Back to Power Automate using Office365 Groups:
Connector: List groups that I own and belong to
Result: The one I want is listed with the correct Id used in all queries.
Unfortunately, Office365 Groups does NOT let you list events from a group calendar, only create/modify.. yet you need the id for that.
Is there any way to achieve my goal of extracting events from a group calendar using Power Automate? Thanks!