Remember The Milk Todo

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.

rating: +6+x

Comments

example?
DirkBlazeDirkBlaze 1194991012|%e %b %Y, %H:%M %Z|agohover

can you show an example - how to get tasks feed

unfold example? by DirkBlazeDirkBlaze, 1194991012|%e %b %Y, %H:%M %Z|agohover
Add a new comment
page_revision: 7, last_edited: 1217321366|%e %b %Y, %H:%M %Z (%O ago)
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License