Description
Import a TODO list from Remember The Milk organizer. This is quite easy since the todos are exported as Atom feeds.
The feed address is available when you view the tasks and choose one of the tabs (Inbox, Personal, Study, Work, Sent) and the Atom feed address is in the right pane. Just copy this location and insert into the piece of code from below.
Code
[[module Feed src="http://www.rememberthemilk.com/atom/......./........."]]
++ %%linked_title%%
%%content%%
[[/module]]
The trick here is to display %%content%% (also aliased as %%long%% or %%body%%) instead of default %%description%%. Change formatting according to your needs.
Unfortunately the Atom feed does not contain custom XML elements for different fields so it is harder to parse. But it works ;-)
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.






Comments
can you show an example - how to get tasks feed