<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Still No iCal-Exchange Sync</title>
	<atom:link href="http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/</link>
	<description>Making Technology Simple for Nonprofits and Small Businesses</description>
	<lastBuildDate>Sat, 27 Feb 2010 02:11:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: InSearch</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-753</link>
		<dc:creator>InSearch</dc:creator>
		<pubDate>Thu, 26 Nov 2009 08:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-753</guid>
		<description>I&#039;ve tried to sync with exchange, judismith, you&#039;re right, SyncMate does not do it directly. It&#039;s possible to sync Mac and Outlook with SyncMate and then set the auto syncing between Outlook and Exchange. So the data in Exchange will be renewed every time there&#039;s new data in the Outlook after syncing.
There&#039;s a positive point in the direct syncing with PC, you do not need to store data on-line first and then save it to your PC, like some apps do.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to sync with exchange, judismith, you&#8217;re right, SyncMate does not do it directly. It&#8217;s possible to sync Mac and Outlook with SyncMate and then set the auto syncing between Outlook and Exchange. So the data in Exchange will be renewed every time there&#8217;s new data in the Outlook after syncing.<br />
There&#8217;s a positive point in the direct syncing with PC, you do not need to store data on-line first and then save it to your PC, like some apps do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judismith</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-752</link>
		<dc:creator>judismith</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-752</guid>
		<description>SyncMate is an impressive tool. I think it would benefit the readers if you would explain your work flow. It looks to me as though you&#039;d have to sync your Mac to another PC and not directly to Exchange.</description>
		<content:encoded><![CDATA[<p>SyncMate is an impressive tool. I think it would benefit the readers if you would explain your work flow. It looks to me as though you&#8217;d have to sync your Mac to another PC and not directly to Exchange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InSearch</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-751</link>
		<dc:creator>InSearch</dc:creator>
		<pubDate>Wed, 25 Nov 2009 13:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-751</guid>
		<description>I&#039;ve installed &lt;a href=&quot;http://mac.eltima.com/sync-mac.html&quot; rel=&quot;nofollow&quot;&gt;SyncMate&lt;/a&gt; not long ago. Quite an impressive syncing tool with a lot of features and to make things even better it&#039;s free.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed <a href="http://mac.eltima.com/sync-mac.html" rel="nofollow">SyncMate</a> not long ago. Quite an impressive syncing tool with a lot of features and to make things even better it&#8217;s free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gsdfgsdf</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-718</link>
		<dc:creator>gsdfgsdf</dc:creator>
		<pubDate>Thu, 18 Jun 2009 11:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-718</guid>
		<description>Here&#039;s the EWS documentation for manipulating calendar objects:
http://msdn.microsoft.com/en-us/library/cc788131.aspx</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the EWS documentation for manipulating calendar objects:<br />
<a href="http://msdn.microsoft.com/en-us/library/cc788131.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc788131.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gsdfgsdf</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-717</link>
		<dc:creator>gsdfgsdf</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-717</guid>
		<description>There&#039;s a good amount of work here:
http://code.google.com/p/ical2exchange/

Based on the code here:
http://code.google.com/p/ical2exchange/source/browse/trunk/src/iCal2Exchange/Web+References/ews/

It looks as if Visual Studio is capable of deriving a complete set of metadata for the Exchange web services necessary for creating a stub to call said web services.  Self-documenting, yay ;-).</description>
		<content:encoded><![CDATA[<p>There&#8217;s a good amount of work here:<br />
<a href="http://code.google.com/p/ical2exchange/" rel="nofollow">http://code.google.com/p/ical2exchange/</a></p>
<p>Based on the code here:<br />
<a href="http://code.google.com/p/ical2exchange/source/browse/trunk/src/iCal2Exchange/Web+References/ews/" rel="nofollow">http://code.google.com/p/ical2exchange/source/browse/trunk/src/iCal2Exchange/Web+References/ews/</a></p>
<p>It looks as if Visual Studio is capable of deriving a complete set of metadata for the Exchange web services necessary for creating a stub to call said web services.  Self-documenting, yay <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iCal, Exchange, GCal Sync Update &#171; Unofficial Technology</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-704</link>
		<dc:creator>iCal, Exchange, GCal Sync Update &#171; Unofficial Technology</dc:creator>
		<pubDate>Mon, 22 Dec 2008 01:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-704</guid>
		<description>[...] the Exchange front, as predicted in my last post on this topic, the release of Exchange 2007 with its use of more standardized web services has allowed at least [...]</description>
		<content:encoded><![CDATA[<p>[...] the Exchange front, as predicted in my last post on this topic, the release of Exchange 2007 with its use of more standardized web services has allowed at least [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BED</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-703</link>
		<dc:creator>BED</dc:creator>
		<pubDate>Wed, 26 Nov 2008 23:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-703</guid>
		<description>Just so you know, Sync&#039;Em 1.15 is now available.  It now has a Basic Setup assistant that&#039;ll work for the majority of people (others will need the Advanced Setup ... for which there are now tutorial videos).

Sync&#039;Em also now supports calendar events between Exchange and iCal calendars.  Note that recurring/detached events are not yet supported (but will be).  Currently they&#039;re ignored.

We&#039;re currently chasing a problem where syncing stops but that, like other problems that crop up, will get fixed.

We fully intend to make this a true syncing &quot;hub&quot; and have many things on our Product Roadmap (and many things that are not visible, yet).  We don&#039;t expect that Apple will do a very comprehensive job with 10.6 as they&#039;ve not done so, to date.  In any event (no pun intended) Sync&#039;Em will offer a broader range of capabilities.</description>
		<content:encoded><![CDATA[<p>Just so you know, Sync&#8217;Em 1.15 is now available.  It now has a Basic Setup assistant that&#8217;ll work for the majority of people (others will need the Advanced Setup &#8230; for which there are now tutorial videos).</p>
<p>Sync&#8217;Em also now supports calendar events between Exchange and iCal calendars.  Note that recurring/detached events are not yet supported (but will be).  Currently they&#8217;re ignored.</p>
<p>We&#8217;re currently chasing a problem where syncing stops but that, like other problems that crop up, will get fixed.</p>
<p>We fully intend to make this a true syncing &#8220;hub&#8221; and have many things on our Product Roadmap (and many things that are not visible, yet).  We don&#8217;t expect that Apple will do a very comprehensive job with 10.6 as they&#8217;ve not done so, to date.  In any event (no pun intended) Sync&#8217;Em will offer a broader range of capabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-702</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 24 Nov 2008 02:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-702</guid>
		<description>Sync&#039;Em (www.syncem.com) looks to be taking on this problem by providing sync ability between Google, Exchange 2007, and iCal.  Currently under development, this may be the solution for those not wanting to upgrade to Snow Leopard.  Finally!</description>
		<content:encoded><![CDATA[<p>Sync&#8217;Em (www.syncem.com) looks to be taking on this problem by providing sync ability between Google, Exchange 2007, and iCal.  Currently under development, this may be the solution for those not wanting to upgrade to Snow Leopard.  Finally!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-700</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 24 Oct 2008 15:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-700</guid>
		<description>Seems like Snerdware is out of business (at least the website is locked down...)</description>
		<content:encoded><![CDATA[<p>Seems like Snerdware is out of business (at least the website is locked down&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iCal to Exchange before Snow Leopard &#124; Tongfamily.com</title>
		<link>http://blog.unofficialtechnology.com/2007/09/13/still-no-ical-exchange-sync/#comment-699</link>
		<dc:creator>iCal to Exchange before Snow Leopard &#124; Tongfamily.com</dc:creator>
		<pubDate>Sat, 06 Sep 2008 04:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/2007/09/13/still-no-ical-exchange-sync/#comment-699</guid>
		<description>[...] and they have another than does the same for contacts to the Address Book. Although Judi found it buggy and it deleted appointments in Exchange and iCal (so backup before trying any of [...]</description>
		<content:encoded><![CDATA[<p>[...] and they have another than does the same for contacts to the Address Book. Although Judi found it buggy and it deleted appointments in Exchange and iCal (so backup before trying any of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
