CMN/CMG call "ExchangeService.GetUserAvailability()" which returns "GetUserAvailabilityResults", and "GetUserAvailabilityResults.AttendeesAvailability.WorkingHours" is what CMN takes as workinghours, which is null when the object is not manually set.
WORKAROUND 1:
Unchecking CMN/CMG option "Show Work Hours" should fix this issue:
WORKAROUND 2:
Set working hours manually running below cmdlets:
Set-MailboxCalendarConfiguration -Identity Tyler -WorkingHoursTimeZone "Pacific Standard Time" -WorkingHoursStartTime 08:00:00 -WorkingHoursEndTime 17:00:00
Set-MailboxRegionalConfiguration -Identity Tyler -TimeZone "Eastern Standard Time" -Language en-US -DateFormat "M/d/yyyy"
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center