<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Use PowerShell to Export Outlook Calendar Information</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/24/use-powershell-to-export-outlook-calendar-information.aspx</link><description>Summary : Learn how to use Windows PowerShell to export Microsoft Outlook calendar information.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Use PowerShell to Export Outlook Calendar Information</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/24/use-powershell-to-export-outlook-calendar-information.aspx#3571680</link><pubDate>Thu, 09 May 2013 11:40:20 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3571680</guid><dc:creator>dave</dc:creator><description>&lt;p&gt;nice script thanks for this one. but this is only working on the default caldendar. so my question is how can i get those statistics of other mailboxes or ressources where i have fullaccess rights? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3571680" width="1" height="1"&gt;</description></item><item><title>re: Use PowerShell to Export Outlook Calendar Information</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/24/use-powershell-to-export-outlook-calendar-information.aspx#3558016</link><pubDate>Tue, 12 Mar 2013 09:57:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3558016</guid><dc:creator>sba923</dc:creator><description>&lt;p&gt;This code has a significant limitation: it doesn&amp;#39;t return all occurrences of recurrent meetings.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3558016" width="1" height="1"&gt;</description></item><item><title>re: Use PowerShell to Export Outlook Calendar Information</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/24/use-powershell-to-export-outlook-calendar-information.aspx#3431251</link><pubDate>Tue, 24 May 2011 09:31:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3431251</guid><dc:creator>Jens Gyldenkærne Clausen</dc:creator><description>&lt;p&gt;Nice and useful script - but this function is almost begging to get some parameters. This is just a suggestion - I might do an implementation later unless Ed or some of the readers in here make the changes before me:&lt;/p&gt;
&lt;p&gt;Get-OutlookCalendar -Today&lt;/p&gt;
&lt;p&gt;Get-OutlookCalendar -FromDate [datetime]&amp;quot;5/1/2011&amp;quot; &lt;/p&gt;
&lt;p&gt;Get-OutlookCalendar -Filter &amp;quot;powershell&amp;quot;&lt;/p&gt;
&lt;p&gt;All of the above are filters that can be reproduced by piping to where-object (as in the blog text), but having them as parameters would make it somewhat more convenient to use.&lt;/p&gt;
&lt;p&gt;Another parameter that might be useful would be a &amp;quot;-outlookuser&amp;quot; parameter - something that could enable the script to look into another users calendar (given that the current user has sufficient permissions of cause). I frequently check my colleagues&amp;#39; calendars in Outlook - having a scriptable option to do that would be great. This can not be achieved just by filtering the output of the existing function - but if the script can communicate with the Exchange server it might be possible to get more calendars out?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jens / @jensgc&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3431251" width="1" height="1"&gt;</description></item></channel></rss>