User is unable to modify the date and time of the calendar event
If Microsoft Teams is displaying the wrong time or timezone for you, there are a few steps you can take to try and resolve the issue:
Install-Module -Name ExchangeOnlineManagement -Scope CurrentUser
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Get-MailboxCalendarConfiguration -Identity nishant@ucadmin.info
Get-MailboxRegionalConfiguration -Identity nishant@ucadmin.info
Update Both Calendar and Regional Settings
Set-MailboxCalendarConfiguration -Identity nishant@ucadmin.info -WorkingHoursTimeZone “Eastern Standard Time”
Set-MailboxRegionalConfiguration -Identity nishant@ucadmin.info -WorkingHoursTimeZone “Eastern Standard Time”
Please replace “Eastern Standard Time” with your actual time zone as needed.
Note: Set-MailboxRegionalConfiguration uses -TimeZone, not -WorkingHoursTimeZone.
โ Check Teams Settings
Sometimes Teams uses its own settings or caches. Try this:
- Go to Settings in Teams.
- Under General, check the Language and time zone.
- Make sure the time zone matches your local time.
โ Check Outlook Web Settings
Teams pulls calendar data from Outlook. Go to:
- https://outlook.office.com
- Settings โ View all Outlook settings โ General โ Language and time
- Confirm the time zone is correct.
โ Restart Teams / Clear Cache
After making changes, restart Teams or clear its cache:
- Quit Teams.
- Delete cache folders:
%appdata%\Microsoft\Teams%localappdata%\Microsoft\Teams
- Restart Teams.


Issue resolved
Thank you so much…