<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating Outlook Appointments in a Non-default Folder</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Donovan</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-66755</link>
		<dc:creator>Donovan</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-66755</guid>
		<description>&lt;p&gt;This is great code and I am using iut quite effectively.  What I&#039;d like to know is how you go about using the date captured in a text box on auser form as the date you need to set the appointment for in Outlook?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is great code and I am using iut quite effectively.  What I&#8217;d like to know is how you go about using the date captured in a text box on auser form as the date you need to set the appointment for in Outlook?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Easton</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-34560</link>
		<dc:creator>Adrian Easton</dc:creator>
		<pubDate>Sat, 30 Aug 2008 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-34560</guid>
		<description>&lt;p&gt;I get a runtime error on executing this (although works fine creating appointments to my own personal calendar folder which I have aready tested).&lt;/p&gt;
&lt;p&gt;I am trying to create appointments to a calendar called Invoice Calendar which I created, but is listed as a public folder on our exchange server.&lt;/p&gt;
&lt;p&gt;Can you offer any help?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get a runtime error on executing this (although works fine creating appointments to my own personal calendar folder which I have aready tested).</p>
<p>I am trying to create appointments to a calendar called Invoice Calendar which I created, but is listed as a public folder on our exchange server.</p>
<p>Can you offer any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Park</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-26114</link>
		<dc:creator>David Park</dc:creator>
		<pubDate>Wed, 01 Aug 2007 21:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-26114</guid>
		<description>&lt;p&gt;Exactly the information I needed.  Thanks...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Exactly the information I needed.  Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katie</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-25170</link>
		<dc:creator>Katie</dc:creator>
		<pubDate>Fri, 29 Jun 2007 14:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-25170</guid>
		<description>&lt;p&gt;This was SO helpful!!!  Thank you very much!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This was SO helpful!!!  Thank you very much!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-18632</link>
		<dc:creator>Leif</dc:creator>
		<pubDate>Mon, 06 Feb 2006 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-18632</guid>
		<description>&lt;p&gt;Thanks. It was very helpful. All tutorials should as concise and accurate as this one.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks. It was very helpful. All tutorials should as concise and accurate as this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-17934</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 22 Dec 2005 19:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-17934</guid>
		<description>&lt;p&gt;You are a life-saver.&lt;br&gt;
Thank you very much.&lt;br&gt;
I was stack to CreateItem method and i didn&#039;t find a method to make .Add to work.&lt;/p&gt;
&lt;p&gt;Set olAppt = olFldr.Items.Add is the solution to my probs. &lt;/p&gt;
&lt;p&gt;Thanks again...............&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are a life-saver.<br />
Thank you very much.<br />
I was stack to CreateItem method and i didn&#8217;t find a method to make .Add to work.</p>
<p>Set olAppt = olFldr.Items.Add is the solution to my probs. </p>
<p>Thanks again&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calvin</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/07/21/creating-outlook-appointments-in-a-non-default-folder/#comment-17584</link>
		<dc:creator>Calvin</dc:creator>
		<pubDate>Wed, 30 Nov 2005 21:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=692#comment-17584</guid>
		<description>&lt;p&gt;Thanks...it works[had to fix the quotes]&lt;br&gt;
just what i needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;it works[had to fix the quotes]<br />
just what i needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

