<?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: Importing Basecamp Tasks into iCal</title>
	<atom:link href="http://hotchkissconsulting.net/2009/11/importing-basecamp-tasks-into-ical/feed/" rel="self" type="application/rss+xml" />
	<link>http://hotchkissconsulting.net/2009/11/importing-basecamp-tasks-into-ical/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 14 Aug 2011 10:41:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Yuri Victor</title>
		<link>http://hotchkissconsulting.net/2009/11/importing-basecamp-tasks-into-ical/#comment-54</link>
		<dc:creator>Yuri Victor</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://hotchkissconsulting.net/?p=246#comment-54</guid>
		<description>This was awesome. Thanks. 
 
For secure basecamp: you&#039;ll have to edit mytasks.php and add an s to http in $url ($url = &#039;https://&#039;.$sitename.&#039;.basecamphq.com/&#039;;) 
 
Also, if you want to use due dates, edit the mytasks.php 
 
ADD TO foreach($list-&gt;{&#039;todo-items&#039;}-&gt;{&#039;todo-item&#039;} as $item) LOOP 
 
$item_dueat = $item-&gt;{&#039;due-at&#039;}; 
$dueatCharacters = array(&quot;:&quot;, &quot;-&quot;, &quot;Z&quot;); 
$item_dueat2 = str_replace($dueatCharacters, &quot;&quot;, &quot;$item_dueat&quot;); 
 
 
CHANGE $the_list[] to THIS 
$the_list[] = &#039;DUE:&#039;. $item_dueat2 . &quot;n&quot; . &#039;SUMMARY:&#039; . $project_name . &#039; &#039; . $list_title . &#039; - &#039; . $item_text . &#039;   (&#124;&#039;.$item_id.&#039;&#124;&#039;.$list_id.&#039;&#124;&#039;.$project_id.&#039;&#124;)&#039; . &quot;n&quot;; 
 
DELETE SUMMARY IN BOTTOM FOREACH LOOP: 
BEGIN:VTODO 
 
END:VTODO </description>
		<content:encoded><![CDATA[<p>This was awesome. Thanks. </p>
<p>For secure basecamp: you&#039;ll have to edit mytasks.php and add an s to http in $url ($url = &#039;<a href="https://&#039;.$sitename.&#039;.basecamphq.com/&#039;" rel="nofollow">https://&#039;.$sitename.&#039;.basecamphq.com/&#039;</a> <img src='http://hotchkissconsulting.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>Also, if you want to use due dates, edit the mytasks.php </p>
<p>ADD TO foreach($list-&gt;{&#039;todo-items&#039;}-&gt;{&#039;todo-item&#039;} as $item) LOOP </p>
<p>$item_dueat = $item-&gt;{&#039;due-at&#039;};<br />
$dueatCharacters = array(&quot;:&quot;, &quot;-&quot;, &quot;Z&quot;);<br />
$item_dueat2 = str_replace($dueatCharacters, &quot;&quot;, &quot;$item_dueat&quot;); </p>
<p>CHANGE $the_list[] to THIS<br />
$the_list[] = &#039;DUE:&#039;. $item_dueat2 . &quot;n&quot; . &#039;SUMMARY:&#039; . $project_name . &#039; &#039; . $list_title . &#039; &#8211; &#039; . $item_text . &#039;   (|&#039;.$item_id.&#039;|&#039;.$list_id.&#039;|&#039;.$project_id.&#039;|)&#039; . &quot;n&quot;; </p>
<p>DELETE SUMMARY IN BOTTOM FOREACH LOOP:<br />
BEGIN:VTODO </p>
<p>END:VTODO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arturas</title>
		<link>http://hotchkissconsulting.net/2009/11/importing-basecamp-tasks-into-ical/#comment-53</link>
		<dc:creator>Arturas</dc:creator>
		<pubDate>Fri, 06 Nov 2009 04:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://hotchkissconsulting.net/?p=246#comment-53</guid>
		<description>Pretty original solution. Have you tried &lt;a href=&quot;http://www.comindwork.com&quot; rel=&quot;nofollow&quot;&gt;http://www.comindwork.com&lt;/a&gt;? </description>
		<content:encoded><![CDATA[<p>Pretty original solution. Have you tried <a href="http://www.comindwork.com" rel="nofollow">http://www.comindwork.com</a>?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

