I've found this script that would enable us to input Outlook Calendar meetings into users calendars without an invite.
http://www.slipstick.com/exchange/cmdlets/use-powershell-import-appointments/
I get an error:
Unable to index into an object of type System.Management.Automati
on.PSObjec
t.
At D:\Program Files\Microsoft\Exchange Server\V14\Bin\Import-Cale
ndarCSV.ps
1:72 char:16
+ if (!$CSVFile[ <<<< 1].$Key)
+ CategoryInfo : InvalidOperation: (1:Int32) [], RuntimeException
+ FullyQualifiedErrorId : CannotIndex
Exception calling "LoadFile" with "1" argument(s): "Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"
At D:\Admin\Import-CalendarCS
+ [void][Reflection.Assembly
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
Performing autodiscover for sgrossman@mkllptest.com
Exception calling "AutodiscoverUrl" with "1" argument(s): "The Autodiscover service couldn't be located."
At D:\Admin\Import-CalendarCS
+ $service.AutodiscoverUrl <<<< ($EmailAddress);
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordE
+ FullyQualifiedErrorId : DotNetMethodException