Hi Jamro Chris,
Thank you for reaching out to Microsoft!
It seems the issue is related to specific resource accounts. Here are a few steps you can check and try:
- Mailbox Configuration: Ensure that the resource mailboxes are not inactive, soft-deleted, or hidden from the Global Address List (GAL). Resource mailboxes need to be properly configured and active in the Microsoft 365 environment.
- Comparison: Compare the settings of the resource accounts that are working with those that are not. This might help identify any discrepancies.
- API Check: Please try using the following API with
Calendars.ReadBasic
orCalendars.Read
Application Permissions to see if it runs successfully for those resource accounts:**GET** https://graph.microsoft.com/v1.0/Users/{UserPrincipalName}/calendar/events? $filter=startsWith(subject,'All')
Even after verifying the above, if the issue still persists, I recommend you raise a support case with Microsoft, a Support Engineer will be able to look into this issue and assist you better. You can raise support ticket from New support request - Microsoft Entra admin center or https://admin.microsoft.com/#/support/requests.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.