Forum Discussion
Room resource is not auto accepting emails sent from bookings.
- Jun 11, 2025
I forgot to come back and close this out on my own. I was able to solve this using
Get-CalendarProcessing -Identity "email address removed for privacy reasons" | Format-List
Running that command for both room resource mailboxes I was able to see ProcessExternalMeetingMessages was set to False. I realized that bookings emails would be considered as external (duh). I set that boolean to True and everything started working right away. Bookings is now able to add meeting invites on the room resource mailbox.
I forgot to come back and close this out on my own. I was able to solve this using
Get-CalendarProcessing -Identity "email address removed for privacy reasons" | Format-List
Running that command for both room resource mailboxes I was able to see ProcessExternalMeetingMessages was set to False. I realized that bookings emails would be considered as external (duh). I set that boolean to True and everything started working right away. Bookings is now able to add meeting invites on the room resource mailbox.