Hello all
I have a user with E3 licence.
He asked IT to import from another user that has left the company a few folders.
Soon after this differect meeting pop ups started to appear on his computer. Meetings the other user has while being employed
.
These meetings DO NOT appear in my user`s Outlook. I can find them by powershell like this Get-CalendarDiagnosticObjects -Identity "f.name l.name" -Subject "...Weekly Statistic" -ExactMatch $true
But they are not visible in the user`s calendar.
How can I remove them? Remove-CalendarEvents is not a very good idea, as I can not bind my calendar event to the comand. This command removes all ...
Please advice.
Thank you


