<?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: Windows Mobile Calendar Sync</title>
	<atom:link href="http://justanotherhack.net/tech/windows-mobile-calendar-sync/feed/" rel="self" type="application/rss+xml" />
	<link>http://justanotherhack.net/tech/windows-mobile-calendar-sync/</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 10:57:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: music library</title>
		<link>http://justanotherhack.net/tech/windows-mobile-calendar-sync/comment-page-1/#comment-1648</link>
		<dc:creator>music library</dc:creator>
		<pubDate>Wed, 28 Dec 2011 12:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherhack.net/?p=217#comment-1648</guid>
		<description>Someone essentially help to make seriously articles I&#039;d state. This is the very first time I frequented your web page and thus far? I surprised with the analysis you made to make this actual submit incredible. Wonderful job!</description>
		<content:encoded><![CDATA[<p>Someone essentially help to make seriously articles I&#8217;d state. This is the very first time I frequented your web page and thus far? I surprised with the analysis you made to make this actual submit incredible. Wonderful job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nieruchomości Bydgoszcz</title>
		<link>http://justanotherhack.net/tech/windows-mobile-calendar-sync/comment-page-1/#comment-1646</link>
		<dc:creator>Nieruchomości Bydgoszcz</dc:creator>
		<pubDate>Thu, 10 Nov 2011 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherhack.net/?p=217#comment-1646</guid>
		<description>I used to be recommended this blog by means of my cousin. I am no longer positive whether or not this put up is written by way of him as no one else recognize such specified approximately my trouble. You&#039;re amazing! Thank you!</description>
		<content:encoded><![CDATA[<p>I used to be recommended this blog by means of my cousin. I am no longer positive whether or not this put up is written by way of him as no one else recognize such specified approximately my trouble. You&#8217;re amazing! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://justanotherhack.net/tech/windows-mobile-calendar-sync/comment-page-1/#comment-1581</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherhack.net/?p=217#comment-1581</guid>
		<description>Heya!
i&#039;ve been looking all over the place for an ICS merger...
thank you so much for this post, it seems i could make so real progress with the code you wrote...
however,
i can&#039;t get it working. when i run it in a python shell i get this information... (i have didn&#039;t make any changes to line numbering, just changed the input/output files, as indicated)

Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32
Type &quot;copyright&quot;, &quot;credits&quot; or &quot;license()&quot; for more information.
&gt;&gt;&gt; ================================ RESTART ================================
&gt;&gt;&gt; 
Traceback (most recent call last):
  File &quot;D:\my documents\My Dropbox\backups\thunderbird\calendars\merge_icals.py&quot;, line 40, in 
    for LINE in fileinput.input(files=INPUTFILE):
  File &quot;C:\Python31\lib\fileinput.py&quot;, line 254, in __next__
    line = self.readline()
  File &quot;C:\Python31\lib\fileinput.py&quot;, line 349, in readline
    self._buffer = self._file.readlines(self._bufsize)
  File &quot;C:\Python31\lib\encodings\cp1255.py&quot;, line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: &#039;charmap&#039; codec can&#039;t decode byte 0x90 in position 398: character maps to 
&gt;&gt;&gt; 

i&#039;ve got basically ZERO programing knowledge, so if it involves writing code, i might need the step-by-step-newbie version of it...

your help is highly appreciated! and once again, thank you!
Michael</description>
		<content:encoded><![CDATA[<p>Heya!<br />
i&#8217;ve been looking all over the place for an ICS merger&#8230;<br />
thank you so much for this post, it seems i could make so real progress with the code you wrote&#8230;<br />
however,<br />
i can&#8217;t get it working. when i run it in a python shell i get this information&#8230; (i have didn&#8217;t make any changes to line numbering, just changed the input/output files, as indicated)</p>
<p>Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32<br />
Type &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license()&#8221; for more information.<br />
&gt;&gt;&gt; ================================ RESTART ================================<br />
&gt;&gt;&gt;<br />
Traceback (most recent call last):<br />
  File &#8220;D:\my documents\My Dropbox\backups\thunderbird\calendars\merge_icals.py&#8221;, line 40, in<br />
    for LINE in fileinput.input(files=INPUTFILE):<br />
  File &#8220;C:\Python31\lib\fileinput.py&#8221;, line 254, in __next__<br />
    line = self.readline()<br />
  File &#8220;C:\Python31\lib\fileinput.py&#8221;, line 349, in readline<br />
    self._buffer = self._file.readlines(self._bufsize)<br />
  File &#8220;C:\Python31\lib\encodings\cp1255.py&#8221;, line 23, in decode<br />
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]<br />
UnicodeDecodeError: &#8216;charmap&#8217; codec can&#8217;t decode byte 0&#215;90 in position 398: character maps to<br />
&gt;&gt;&gt; </p>
<p>i&#8217;ve got basically ZERO programing knowledge, so if it involves writing code, i might need the step-by-step-newbie version of it&#8230;</p>
<p>your help is highly appreciated! and once again, thank you!<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://justanotherhack.net/tech/windows-mobile-calendar-sync/comment-page-1/#comment-1565</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherhack.net/?p=217#comment-1565</guid>
		<description>Unfortunally, no :( . I tried it on my old system and couldn&#039;t reproduce that. But atm I&#039;m using a different system, so I didn&#039;t dig deeper into that matter. Hope I&#039;ll find some time to do this soon... either that or hope that M$ will release a better Active Sync with Windows Mobile 7.</description>
		<content:encoded><![CDATA[<p>Unfortunally, no <img src='http://justanotherhack.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  . I tried it on my old system and couldn&#8217;t reproduce that. But atm I&#8217;m using a different system, so I didn&#8217;t dig deeper into that matter. Hope I&#8217;ll find some time to do this soon&#8230; either that or hope that M$ will release a better Active Sync with Windows Mobile 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://justanotherhack.net/tech/windows-mobile-calendar-sync/comment-page-1/#comment-1554</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherhack.net/?p=217#comment-1554</guid>
		<description>I tried to do the same steps as you did. My problem is, that, if there&#039;s a change in the merged ics file, which I import into Sunbird, Sunbird shows the change correctly, but the funambol client does not sync it.
If I do the changes directly in sunbird, everything works fine.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I tried to do the same steps as you did. My problem is, that, if there&#8217;s a change in the merged ics file, which I import into Sunbird, Sunbird shows the change correctly, but the funambol client does not sync it.<br />
If I do the changes directly in sunbird, everything works fine.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

