<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ironcow Forum Rss Feed</title><link>http://www.codeplex.com/ironcow/Thread/List.aspx</link><description>ironcow Forum Rss Description</description><item><title>New Post: Any thought to using the "last_sync" parameter for GetList?</title><link>http://ironcow.codeplex.com/discussions/356096</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It looks like each time you get a TaskList, you download the entire list from RTM. With the last_sync parameter for rtm.tasks.getList it seems you could only get the rtm items that have changed and leave the rest local. I could do the change, but wondered
 if you wanted a crack at it, or if I'm missing something about your code and you are already doing it.&lt;/p&gt;
&lt;/div&gt;</description><author>johnlong</author><pubDate>Thu, 17 May 2012 02:31:00 GMT</pubDate><guid isPermaLink="false">New Post: Any thought to using the "last_sync" parameter for GetList? 20120517023100A</guid></item><item><title>New Post: HTTPS</title><link>http://ironcow.codeplex.com/discussions/355001</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It's just because nobody asked for it until now :)&lt;/p&gt;
&lt;p&gt;I just submitted a change: you can set Rtm.Client.UseHttps to True. It's False by default, however, for backward compatibility.&lt;/p&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Wed, 09 May 2012 17:34:48 GMT</pubDate><guid isPermaLink="false">New Post: HTTPS 20120509053448P</guid></item><item><title>New Post: HTTPS</title><link>http://ironcow.codeplex.com/discussions/355001</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hey there,&lt;/p&gt;
&lt;p&gt;RememberTheMilk's API allow usage of an HTTPS address for requests. Why IronCow is using the non-secured version?&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;/div&gt;</description><author>EricGagnon</author><pubDate>Wed, 09 May 2012 02:04:22 GMT</pubDate><guid isPermaLink="false">New Post: HTTPS 20120509020422A</guid></item><item><title>New Post: Offline Syncing </title><link>http://ironcow.codeplex.com/discussions/287002</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi - thanks, cheers for clearing it up.&lt;/p&gt;
&lt;p&gt;Hamish&lt;/p&gt;&lt;/div&gt;</description><author>haemoglobin</author><pubDate>Mon, 30 Jan 2012 13:37:40 GMT</pubDate><guid isPermaLink="false">New Post: Offline Syncing  20120130013740P</guid></item><item><title>New Post: Offline Syncing </title><link>http://ironcow.codeplex.com/discussions/287002</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;When "Syncing" is enabled, it means that any change to the object model will fire up a web request to execute that change with the RTM API. You mostly call DisableSyncing when you want to test your application locally.&lt;/p&gt;
&lt;p&gt;In theory, it wouldn't be too hard indeed to have an offline mode where all web requests are cached until Sync is enabled again, but this is not supported at the moment.&lt;/p&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Sun, 29 Jan 2012 05:48:37 GMT</pubDate><guid isPermaLink="false">New Post: Offline Syncing  20120129054837A</guid></item><item><title>New Post: Offline Syncing </title><link>http://ironcow.codeplex.com/discussions/287002</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I've been trying to understand what this &amp;quot;Syncing&amp;quot; concept is within the code, and whether this relates to offline use.&lt;/p&gt;
&lt;p&gt;For example, the Rtm.DisableSyncing() method, when would you use this? Is there any way of resyncing up all changes to RTM by turning Syncing back on again after carrying out a series of actions? Or is this for something else?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;
Hamish&lt;/p&gt;
&lt;/div&gt;</description><author>Haemoglobin</author><pubDate>Sun, 22 Jan 2012 15:34:01 GMT</pubDate><guid isPermaLink="false">New Post: Offline Syncing  20120122033401P</guid></item><item><title>New Post: Ignore completed tasks</title><link>http://ironcow.codeplex.com/discussions/266545</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That method should return the task-lists (not the tasks themselves). It's only when you start accessing one of those lists' tasks that it would sync.&lt;/p&gt;
&lt;p&gt;Back when I wrote this I looked at the way the RTM guys do it on the website, and they also synced all the completed tasks, so I did the same. This makes it simpler when you start running search queries that may need to include completed tasks. Having to manage partially-synced objects can get quite hairy (although it's not impossible to do I guess).&lt;/p&gt;
&lt;p&gt;So, answering the question: no, it's not possible to ignore completed tasks, sorry.&lt;/p&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 28 Jul 2011 21:51:08 GMT</pubDate><guid isPermaLink="false">New Post: Ignore completed tasks 20110728095108P</guid></item><item><title>New Post: Ignore completed tasks</title><link>http://ironcow.codeplex.com/discussions/266545</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hey Ludo!&lt;/p&gt;
&lt;p&gt;Is there any way to ignore fetching completed tasks when using GetParentableTaskLists()? Right now my lists are returned with hundreds of completed tasks!&lt;/p&gt;
&lt;p&gt;Thanks :D&lt;/p&gt;
&lt;p&gt;-Frank&lt;/p&gt;
&lt;/div&gt;</description><author>frankacy</author><pubDate>Tue, 26 Jul 2011 04:07:43 GMT</pubDate><guid isPermaLink="false">New Post: Ignore completed tasks 20110726040743A</guid></item><item><title>New Post: Where's the documentation?</title><link>http://ironcow.codeplex.com/discussions/250455</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No, there's just the homepage and the 2 links with the sample code, sorry :)&lt;/p&gt;
&lt;p&gt;Are you looking for something in particular?&lt;/p&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Tue, 05 Jul 2011 01:16:41 GMT</pubDate><guid isPermaLink="false">New Post: Where's the documentation? 20110705011641A</guid></item><item><title>New Post: Where's the documentation?</title><link>http://ironcow.codeplex.com/discussions/250455</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is there any documentation?&amp;nbsp; The &amp;quot;Documentation&amp;quot; tab says there isn't any, I didn't see any &amp;quot;ReadMe&amp;quot; files in the sources (except for the PowerShell thing), and the few source files I examined contained very few comments.&amp;nbsp; I also searched the Discussions.&amp;nbsp;
 Did I miss something?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-- Ed &amp;nbsp; (a CodePlex newbie)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>EdStauff</author><pubDate>Sun, 20 Mar 2011 23:28:04 GMT</pubDate><guid isPermaLink="false">New Post: Where's the documentation? 20110320112804P</guid></item><item><title>New Post: Removing Tasks Permissions Problem</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=244183</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;He he no worries :)&lt;/p&gt;
&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Wed, 02 Feb 2011 01:26:46 GMT</pubDate><guid isPermaLink="false">New Post: Removing Tasks Permissions Problem 20110202012646A</guid></item><item><title>New Post: Removing Tasks Permissions Problem</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=244183</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Well that's&amp;nbsp;embarrassing, my service doesn't have modify or delete permissions. Do I have to contact RememberTheMilk to get this changed or can I get my program to request the permission from the user?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EDIT: I'm an idiot again, of course it's doable. It works now&lt;/p&gt;
&lt;/div&gt;</description><author>nickudell</author><pubDate>Wed, 02 Feb 2011 01:14:10 GMT</pubDate><guid isPermaLink="false">New Post: Removing Tasks Permissions Problem 20110202011410A</guid></item><item><title>New Post: Removing Tasks Permissions Problem</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=244183</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Can you log in to RTM's website and check that, in Settings &amp;gt; Services, your application shows up as having permission to delete tasks?&lt;/p&gt;
&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Wed, 02 Feb 2011 00:14:35 GMT</pubDate><guid isPermaLink="false">New Post: Removing Tasks Permissions Problem 20110202121435A</guid></item><item><title>New Post: Removing Tasks Permissions Problem</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=244183</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi, I'm trying to remove tasks using my program. I've already logged in and downloaded the tasks list, but when I later try to remove one I get the following exception:&amp;nbsp;[IronCow.RtmException] = {&amp;quot;User not logged in / Insufficient permissions&amp;quot;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm removing tasks using this code (rtm is my logged in RTM object, myTask is the task I'm looking to delete)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;TaskListCollection tlc = rtm.TaskLists;

&lt;span style="color:blue"&gt;foreach&lt;/span&gt; (TaskList list &lt;span style="color:blue"&gt;in&lt;/span&gt; tlc)
{
    TaskListTaskCollection taskListsTasks = list.Tasks;
    &lt;span style="color:blue"&gt;foreach&lt;/span&gt; (Task task &lt;span style="color:blue"&gt;in&lt;/span&gt; taskListTasks)
    {
        &lt;span style="color:blue"&gt;if&lt;/span&gt; (!(task.IsDeleted || task.IsCompleted) &amp;amp;&amp;amp; task.Name == myTask.Name)
        {
            list.Tasks.Remove(task);
        }
    }
}
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>nickudell</author><pubDate>Tue, 01 Feb 2011 19:24:04 GMT</pubDate><guid isPermaLink="false">New Post: Removing Tasks Permissions Problem 20110201072404P</guid></item><item><title>New Post: silverlight</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=208320</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Awesome! Your app looks pretty good!&lt;/p&gt;
&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Tue, 02 Nov 2010 15:43:05 GMT</pubDate><guid isPermaLink="false">New Post: silverlight 20101102034305P</guid></item><item><title>New Post: silverlight</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=208320</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've ported IronCow to Silverlight for Windows Phone to build an RTM app. You can find the project here:&amp;nbsp;&lt;a href="http://winmilk.codeplex.com/"&gt;http://winmilk.codeplex.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you donwload the source code, there's an IronCow project in the solution that you can use. :)&lt;/p&gt;
&lt;/div&gt;</description><author>julianapena</author><pubDate>Sun, 31 Oct 2010 04:19:25 GMT</pubDate><guid isPermaLink="false">New Post: silverlight 20101031041925A</guid></item><item><title>New Post: Authentification Help</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=224578</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You want to keep the AuthToken around, not the Frob.&lt;/p&gt;
&lt;p&gt;You can also check whether your stored token is still valid (e.g. if the user revoked your app on the RTM site) by calling CheckToken. If that tells you the token is not valid anymore, you can go through authentication again. Otherwise, you can just set the AuthToken on the Rtm object.&lt;/p&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Tue, 24 Aug 2010 21:04:07 GMT</pubDate><guid isPermaLink="false">New Post: Authentification Help 20100824090407P</guid></item><item><title>New Post: Authentification Help</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=224578</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ok, I've made some progress (Almost done actually), now I want to enable users to stay authenticated.&lt;br&gt;I did this by writing a frob string into a text file, if however I want to use that frob the next time the user starts the program I get the same &amp;nbsp;&amp;quot;Invalid frob - did you authenticate?&amp;quot; again&lt;br&gt;I've uploaded a paste with comments&lt;/p&gt;
&lt;p&gt;&lt;a href="http://paste2.org/p/962862"&gt;http://paste2.org/p/962862&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maybe you don't do this by using the same frob?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://paste2.org/p/962862"&gt;&lt;/a&gt;Thanks again&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>bschwrz</author><pubDate>Tue, 24 Aug 2010 20:06:35 GMT</pubDate><guid isPermaLink="false">New Post: Authentification Help 20100824080635P</guid></item><item><title>New Post: Authentification Help</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=224578</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Indeed, maybe I should refactor &amp;quot;GetFrob()&amp;quot; in &amp;quot;GetFrob(bool generateNew = false)&amp;quot;, or rename it to &amp;quot;GetNewFrob&amp;quot; or something... I'll think about it for the next release. Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Tue, 24 Aug 2010 16:02:58 GMT</pubDate><guid isPermaLink="false">New Post: Authentification Help 20100824040258P</guid></item><item><title>New Post: Authentification Help</title><link>http://ironcow.codeplex.com/Thread/View.aspx?ThreadId=224578</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks, that fixed it!&lt;br&gt;For some reason GetFrob() would get you the same frob thing everytime :D&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>bschwrz</author><pubDate>Tue, 24 Aug 2010 15:20:06 GMT</pubDate><guid isPermaLink="false">New Post: Authentification Help 20100824032006P</guid></item></channel></rss>