Hello MS community!
I am trying to setup a simple flow that is designed to mirror the contents of several calendars into a single aggregate calendar. What I am finding is that although I have given myself ownership rights to the aggregate calendar via powershell, it is not appearing in the drop down when selecting a calendar ID, and when using a custom value by inserting the ID retrieved via MS Graph, it still gives me the error: Action 'Create_event_(V4)' failed: The specified object was not found in the store. clientRequestId: af82e5c4-6188-4026-ba06-d145390e55b9 serviceRequestId: 16b8d000-21e1-4580-a454-4f2bc2afd5cf.
I'm 1. wondering what determines the contents of the dropdown list in the first place - I assumed it was calendars that the user has ownership over, but that doesn't seem consistent with what I see in the list/what's missing from it, but I assume that if my aggregate calendar is given whatever property it requires it may then show up, and 2. wondering why manually putting in the calendar ID results in a object not found error - a 403 would make more sense to me than a 404 in this case as I have double, triple and then quadruple checked that I had the correct string!
Happy to share further details upon request :)