I'm using this expression in a Dropdown:
Office365Outlook.CalendarGetTables().value
Which returns all the Outlook calendars I have access to.
However, when posting events to read-only calendars in Power Automate, I get the error:
Your request can't be completed. Read-only calendars can't be modified.
Thus, I'd like to filter the dropdown to include only the writable calendars.
How? Can anyone help?