When I restore a mailbox from an archived pst file there is a second calendar that gets imported which should be the main one. I am restoring everything to the inbox..not a sub folder. Normally this would work but for whatever reason the calendar is not right.
I am using the following code. I can also used Calendar instead of Inbox but it will show a second calendar as well.
However when I try to import the pst file through import in Outlook I can see the second calendar in recovered files....
Powershell
New-MailboxImportRequest-MailboxUofI_Calender-FilePath\\drive\test.pst-IncludeFoldersInbox
How do i make the second calendar the main one? I can only delete it.