So I'm having a fun issue trying to run a new-mailboximportrequest command. I am using it to import a .pst calendar with holidays on it to user's mailboxes. I'm testing it right now. So far I can run the command "(New-MailboxImportRequest -Mailbox User
-FilePath \\mail-cas\pst\holidaycalendar.pst -TargetRootFolder "Calendar" -IncludeFolders "#Calendar#")" and it has worked for several mailboxes. I run the command and then when I check the calendar
in the mailbox the holiday's have been added. However on some users mailboxes I'll run the command and nothing happens with their calendar. If I run a get-mailboximportrequest I see that the import completed. But when I check the calendar in the user's
mailbox it's not updated. If I tweak the command I can create new Calendar all together in the mailbox but it won't merge the contents. So I know I have permission to the mailbox since I can import the calendar. So I'm thinking it has something to do
with the individual's calendar permissions but if I have full-access to the mailbox then I would think the calendar permissions wouldn't matter. Any suggestions would be appreciated.
Vincent Sprague