<?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: Exchange 2010 Calendar to ICalendar using ASP.net / C# &#8211; Coding Blog 2/2</title>
	<atom:link href="http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/feed/" rel="self" type="application/rss+xml" />
	<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/</link>
	<description>My Personal Blog</description>
	<lastBuildDate>Wed, 02 May 2012 12:08:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Famous Phil</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-5360</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Sat, 28 Apr 2012 02:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-5360</guid>
		<description>I didn&#039;t get that far into the coding process to be able to answer this for you.  But I would assume that there is a variable that says which calendar each item belongs to, and using that, you could code in a conditional statement to only add items to the ICal file that belongs to a certain calendar.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get that far into the coding process to be able to answer this for you.  But I would assume that there is a variable that says which calendar each item belongs to, and using that, you could code in a conditional statement to only add items to the ICal file that belongs to a certain calendar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-5354</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Thu, 19 Apr 2012 17:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-5354</guid>
		<description>I went through the same thing from WebDav to EWS and in WebDav I can read the contents of specific Calendar in Outlook and exclude the default calendar in a email box.

Therefore, how can I specifiy to read off a specific calendar ie. mytestcalendar from a mailbox? I can&#039;t find code anywhere. Thanks.</description>
		<content:encoded><![CDATA[<p>I went through the same thing from WebDav to EWS and in WebDav I can read the contents of specific Calendar in Outlook and exclude the default calendar in a email box.</p>
<p>Therefore, how can I specifiy to read off a specific calendar ie. mytestcalendar from a mailbox? I can&#8217;t find code anywhere. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-5244</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Fri, 09 Mar 2012 17:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-5244</guid>
		<description>That&#039;s just amazing! 
Now, what I am trying to figure out is how to display the calendar items in a webpage (datagrid) instead of getting the ics attachement. ?!
Anyone ideas?</description>
		<content:encoded><![CDATA[<p>That&#8217;s just amazing!<br />
Now, what I am trying to figure out is how to display the calendar items in a webpage (datagrid) instead of getting the ics attachement. ?!<br />
Anyone ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smile</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4755</link>
		<dc:creator>smile</dc:creator>
		<pubDate>Mon, 24 Oct 2011 16:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4755</guid>
		<description>A Exceptional piece of knowledge.</description>
		<content:encoded><![CDATA[<p>A Exceptional piece of knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4672</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 30 Sep 2011 16:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4672</guid>
		<description>Finally, I located the information I was looking for. I have been doing research on this subject, and for two days I keep entering sites that are supposed to have what I am searching for, only to be disappointed with the lack of what I needed.</description>
		<content:encoded><![CDATA[<p>Finally, I located the information I was looking for. I have been doing research on this subject, and for two days I keep entering sites that are supposed to have what I am searching for, only to be disappointed with the lack of what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannankeril</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4509</link>
		<dc:creator>kannankeril</dc:creator>
		<pubDate>Mon, 11 Jul 2011 07:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4509</guid>
		<description>Thanks Phil, I really appreciate the free advice.

I did find a solution to my problem. The answer lay in publishing the calendar using the same value for the &quot;X-WR-RELCALID&quot; attribute. My earlier ICS did not use this attribute.

Once included, Outlook simply replaced the existing calendar with the new calendar. This resolved my issue with deleted appointmrnts &amp; updates neatly.

In case this interests someone, the page below has a sample ICS that can be used as the template for anyone interested in generating their own calendars.
http://msdn.microsoft.com/en-us/library/ee160658(v=EXCHG.80).aspx</description>
		<content:encoded><![CDATA[<p>Thanks Phil, I really appreciate the free advice.</p>
<p>I did find a solution to my problem. The answer lay in publishing the calendar using the same value for the &#8220;X-WR-RELCALID&#8221; attribute. My earlier ICS did not use this attribute.</p>
<p>Once included, Outlook simply replaced the existing calendar with the new calendar. This resolved my issue with deleted appointmrnts &amp; updates neatly.</p>
<p>In case this interests someone, the page below has a sample ICS that can be used as the template for anyone interested in generating their own calendars.<br />
<a href="http://msdn.microsoft.com/en-us/library/ee160658(v=EXCHG.80)" rel="nofollow">http://msdn.microsoft.com/en-us/library/ee160658(v=EXCHG.80)</a>.aspx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Famous Phil</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4507</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Mon, 11 Jul 2011 04:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4507</guid>
		<description>Exporting an ICal became much easier in Exchange 2010 SP1, so good that my website calendar is now entirely powered by Exchange for the public to see.  Importing a calendar has always been as easy as going to your calendar and adding a calendar.  You can mix it into your existing calendar using OWA directly (I just verified).  If you&#039;re looking to merge the calendars, I might be able to help you out some more, but I&#039;d ask that you email me directly using my contact page.</description>
		<content:encoded><![CDATA[<p>Exporting an ICal became much easier in Exchange 2010 SP1, so good that my website calendar is now entirely powered by Exchange for the public to see.  Importing a calendar has always been as easy as going to your calendar and adding a calendar.  You can mix it into your existing calendar using OWA directly (I just verified).  If you&#8217;re looking to merge the calendars, I might be able to help you out some more, but I&#8217;d ask that you email me directly using my contact page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannankeril</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4493</link>
		<dc:creator>kannankeril</dc:creator>
		<pubDate>Tue, 05 Jul 2011 22:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4493</guid>
		<description>Phil,

I am investigating the possibility of importing from an ICalendar file to Exchange/Outlook.

New appointments are fine, I am running into a dead end with updates and deletes.

Would appreciate any insight if you have some to share on the issue.</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>I am investigating the possibility of importing from an ICalendar file to Exchange/Outlook.</p>
<p>New appointments are fine, I am running into a dead end with updates and deletes.</p>
<p>Would appreciate any insight if you have some to share on the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4352</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 17 Feb 2011 18:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4352</guid>
		<description>Great code and great blog. Bookmarked!</description>
		<content:encoded><![CDATA[<p>Great code and great blog. Bookmarked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Famous Phil</title>
		<link>http://famousphil.com/blog/2010/08/exchange-2010-calendar-to-icalendar-using-asp-net-c-coding-blog-22/comment-page-1/#comment-4325</link>
		<dc:creator>Famous Phil</dc:creator>
		<pubDate>Tue, 01 Feb 2011 15:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://famousphil.com/?p=539#comment-4325</guid>
		<description>I&#039;ve sent an email privately to you.  It might be an issue with the code and how its connecting or it could be a silly mistake.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve sent an email privately to you.  It might be an issue with the code and how its connecting or it could be a silly mistake.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: famousphil.com @ 2012-05-19 13:19:17 by W3 Total Cache -->
