ForumsQuestionsHow to add a task from a URL?


How to add a task from a URL?
Author Message
mickem

Posted: Oct 24, 2011
Score: 0 Reference
I want to do something along the lines of: http://www.toodledo.com/tasks/add.php?title=foo&...

The reason being I want to automate adding task by selecting text using autohotkey.

// Michael Medin
JPR

Posted: Oct 24, 2011
Score: 0 Reference
Your best bet is probably this:

http://www.toodledo.com/slim/#_add
Jake

Toodledo Founder
Posted: Oct 24, 2011
Score: 0 Reference
It is not possible to add a task via a single url for security reasons. You can use our API if you want to make some automated process.

http://api.toodledo.com/2/index.php
shfl

Posted: Oct 24, 2011
Score: 0 Reference
Have you looked at click.to? I set it up to copy text from a page, then hit a hotkey, and it is added into Toodledo.
frankie.toodle

Posted: Oct 25, 2011
Score: 0 Reference
Posted by mickem:
...

The reason being I want to automate adding task by selecting text using autohotkey.

// Michael Medin


I like the idea of using AHK. Please keep us informed.
mickem

Posted: Oct 28, 2011
Score: 0 Reference
Posted by shfl:
Have you looked at click.to? I set it up to copy text from a page, then hit a hotkey, and it is added into Toodledo.

I looked at click.to but it was pretty slow and made my machine seem slow as well (as all copy-paste takes a long time). Also the "sending password in cleartext" did not seem like something I want to be part of.
mickem

Posted: Oct 28, 2011
Score: 0 Reference
Posted by Toodledo:
It is not possible to add a task via a single url for security reasons.

Why would that be a security problem?

I want to launch the ...?add_task?title=foo&... in the current browser using the existing session (I don't want to paste password on the URL). So it should be "secure" unless I am missing something...

// Michael Medin
Jake

Toodledo Founder
Posted: Oct 28, 2011
Score: 0 Reference
I misunderstood. I thought you were trying to put the password into the url. It wouldnt be a security problem if you use the current session, but we still don't have this functionality. I'll put this on our to-do list.
Kevin1

Posted: Nov 22, 2011
Score: 0 Reference
Since this basically works:
http://www.toodledo.com/slim/#_add

Can you make a similar feature/url for new notebooks? This would help a lot in making toodledo notebooks useful for "web clipping"


This message was edited Nov 22, 2011.
Jake

Toodledo Founder
Posted: Nov 22, 2011
Score: 0 Reference
Thanks for the suggestion. We can't comment on a timeframe for implementation, but this is on our to-do list.
You cannot reply yet

U Back to topic home

R Post a reply

To participate in these forums, you must be signed in.