@v-siky-msft
Thank you for your help!
I've checked that I could get "ColEvents" from your advice.
but was my calendar item...😅
Is it possible to "getitems" from all of my sales department's?
If that is not possible, I have a list of collection of sales members. Could that help to getitems😥?
ClearCollect(
ColEvents,
Office365Outlook.CalendarGetItems(
LookUp(
Office365Outlook.CalendarGetTablesV2().value,
name = "Calendar"
).id,
{'$top': 999}
).value
);