<?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>Hey, Scripting Guy! Can I Share My Microsoft Outlook Calendar via E-Mail?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/17/hey-scripting-guy-december-17-2009.aspx</link><description>Hey, Scripting Guy! I really like the ability to export my calendar into a shareable format with Microsoft Outlook. It is really cool, but can I accomplish this by using a Windows PowerShell script? 
 -- MB 
 
 Hello MB, 
 Microsoft Scripting Guy</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hey, Scripting Guy! Can I Share My Microsoft Outlook Calendar via E-Mail?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/17/hey-scripting-guy-december-17-2009.aspx#3578156</link><pubDate>Tue, 11 Jun 2013 16:27:39 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3578156</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;I have sharepoint working but hit a problem myself. &amp;nbsp;I walked the mapi namespace with &lt;a rel="nofollow" target="_new" href="http://pshscripts.blogspot.com/2009/10/get-outlookfoldersps1.html"&gt;pshscripts.blogspot.com/.../get-outlookfoldersps1.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I then used the folder names and replaced $folder = $namespace.getDefaultFolder($olFolders::olFolderCalendar) with $folder = $namespace.Folders.Item(&amp;quot;SharePoint Lists&amp;quot;).Folders.Item(&amp;quot;nameofcalendar&amp;quot;)&lt;/p&gt;
&lt;p&gt;but for some reason the $CalendarSharing.endDate = (Get-Date).addDays(7) is not working so its dumbing the whole (massive) calendar! &amp;nbsp;any help?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3578156" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! Can I Share My Microsoft Outlook Calendar via E-Mail?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/17/hey-scripting-guy-december-17-2009.aspx#3413749</link><pubDate>Thu, 17 Mar 2011 15:30:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3413749</guid><dc:creator>Ryan</dc:creator><description>&lt;p&gt;Anyone able to do this with a sharepoint calendar attached to outlook? &amp;nbsp;It is a great script i just want to do this for that sharepoint calendar? &amp;nbsp;Any help would be great!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3413749" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! Can I Share My Microsoft Outlook Calendar via E-Mail?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/17/hey-scripting-guy-december-17-2009.aspx#3350728</link><pubDate>Wed, 18 Aug 2010 18:55:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3350728</guid><dc:creator>arnold</dc:creator><description>&lt;p&gt;hi sir&lt;/p&gt;
&lt;p&gt;i m so soory:&lt;/p&gt;
&lt;p&gt;CLSID {0006F03A-0000-0000-C000-000000000046} error : 80080005.&lt;/p&gt;
&lt;p&gt;+ $outlook = New-Object &amp;lt;&amp;lt;&amp;lt;&amp;lt; &amp;nbsp;-ComObject outlook.application&lt;/p&gt;
&lt;p&gt;my best regard&lt;/p&gt;
&lt;p&gt;arnold&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3350728" width="1" height="1"&gt;</description></item><item><title>re: Hey, Scripting Guy! Can I Share My Microsoft Outlook Calendar via E-Mail?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2009/12/17/hey-scripting-guy-december-17-2009.aspx#3301889</link><pubDate>Mon, 21 Dec 2009 17:41:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3301889</guid><dc:creator>jjpb</dc:creator><description>&lt;p&gt;In case somebody else misses the obvious (as I did), one needs to install .NET Programmability Support for Outlook from the Office 2007 setup. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb646840.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb646840.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3301889" width="1" height="1"&gt;</description></item></channel></rss>