Hi,@Son2020
Thanks for posting your question in the Microsoft Q&A forum.
Your email system is a hybrid environment, but some Online users cannot view local calendar information.
This problem may be caused by a configuration problem in a hybrid deployment. Here are my suggestions:
Step 1: Run the Get-PartnerApplication cmdlet to check if the Exchange Online-ApplicationAccount is present or missing from on-premises.
In our example, there is no output after we enter the below command.
Step 2: Run the Set-ADServerSettings cmdlet, including -ViewEntireForest parameter, to view and manage all the objects in the forest.
Step 3: Run the Get-User cmdlet to get the Exchange Online-ApplicationAccount user account.
Step 4: Run the Set-PartnerApplication cmdlet to link the Exchange Online-ApplicationAccount on the PartnerApplication.
[PS] C:>Set-PartnerApplication "Exchange Online" -LinkedAccount "exoip.local/users/Exchange Online-ApplicationAccount"
Step 5: Run the Get-PartnerApplication cmdlet to verify that the Exchange Online-ApplicationAccount is set to LinkedAccount.
Step 6: Run the IISReset command to restart IIS (Internet Information Services)
If my answer is helpful to you, please mark it as the answer so that other users can refer to it. Thank you for your support and understanding.