ForumsSearch



Search results for "Posted by ishayahu"
Author Message
ishayahu

Score: 0
  • ishayahu
  • Posted: Dec 19, 2019
  • Score: 0
If you saved search with "save as hotlist" button, it will be added to section "defined by saved...". To remove it, you should delete that saved search
ishayahu

Posted Jul 30, 2018 in: Toodledo Update #1
Score: 1
  • ishayahu
  • Posted: Jul 30, 2018
  • Score: 1
Add formatting for notes, at least <pre> tag. It is a small work but a big improvement!
ishayahu

Posted Jul 08, 2018 in: Future Plans
Score: 3
  • ishayahu
  • Posted: Jul 08, 2018
  • Score: 3
Posted by pawelkaleta:
When it comes to feedback you'd like to gather, I think it's already collected here, on this forum, dozens of features requested since a long time that you can use as a starting point. ... Of course, the fresh piece of information may become useful, but in my opinion, addressing what users requested since years would be the best proof of your commitment to Toodledo users.

Also many features requests are in support tickets. At least by me.
And it would be cool to have a roadmap of that featuers
ishayahu

Posted May 09, 2017 in: API get tasks only for specifed context
Score: 0
  • ishayahu
  • Posted: May 09, 2017
  • Score: 0
Why I can't request tasks only for some defined context?
ishayahu

Score: 0
  • ishayahu
  • Posted: May 09, 2017
  • Score: 0
OMG, I should send data in POST, not in GET
Sorry, my fault
ishayahu

Score: 0
  • ishayahu
  • Posted: May 09, 2017
  • Score: 0
Posted by Jake:
[quoteYou may have to inspect the actual network call, because I suspect that for some reason the payload is not being added.[/quote]

I did it. Here is request headers, url and body:
req_body
>>> None
req_headers
>>> {'User-Agent': 'python-requests/2.13.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Length': '0', 'Authorization': 'Basic dG9vZGxlZG9ydXM6YXBpU09NRURBVEE='}
req_url
>>> 'https://api.toodledo.com/3/account/token.php?grant_type=authorization_code&code=4593a75d57660672c19 3bc2b95a9a27a7c14d488'

it looks like it should be
ishayahu

Score: 0
  • ishayahu
  • Posted: May 08, 2017
  • Score: 0
I try to get access_token & refresh_token after getting auth_code. As it states in documentation (and checked from playgroud), I use that request (Python3 & requests):
https://pastebin.com/bicQftLE

request_template = "https://api.toodledo.com/3/account/token.php"
payload = {'grant_type': 'authorization_code', 'code': auth_code}
request = request_template.format(**{'code':auth_code, 'CLIENT_ID': CLIENT_ID, 'CLIENT_SECRET': CLIENT_SECRET})
from requests.auth import HTTPBasicAuth
r = requests.post(request, params=payload,auth=HTTPBasicAuth(CLIENT_ID, CLIENT_SECRET))
if r.status_code!=200:
print("ERROR1")
save_page(r.text)

But I always get

{"errorCode":102,"errorDesc":"The grant type was not specified in the request"}

what is my mistake?
ishayahu

Score: 0
  • ishayahu
  • Posted: Dec 08, 2016
  • Score: 0
By me, a new layout works VERY slowly. Much more slowly as old one. And old "add multiple tasks" was more comfortable, as new one

Posted by pawelkaleta:
Each time I pick a date from any date selector (e.g. for Start Date or Due Date etc.) I need to wait for 2-3 seconds until selector disappear and date is set for task. It is pretty anoying and it doesn't work like this in non-newbeta layout where it happens immadiately after clicking on given date.

Does any of you experience the same issue?


I have the same problem


This message was edited Dec 08, 2016.
ishayahu

Posted Feb 17, 2016 in: Regular evening task
Score: 0
  • ishayahu
  • Posted: Feb 17, 2016
  • Score: 0
It looks like you right, but I still see tasks with start date today and future start time
ishayahu

Posted Feb 15, 2016 in: Regular evening task
Score: 0
  • ishayahu
  • Posted: Feb 15, 2016
  • Score: 0
it doesn't help. When I'll do it today, tomorrow it will have the same start time as today, so I need to change start time every day. That's not what I want
ishayahu

Posted Feb 12, 2016 in: Regular evening task
Score: 0
  • ishayahu
  • Posted: Feb 12, 2016
  • Score: 0
Posted by Salgud:
Set the task up with a Due Date of today at 9pm, and set repeating every day.

I did it but it doesn't help
ishayahu

Posted Feb 09, 2016 in: Regular evening task
Score: 0
  • ishayahu
  • Posted: Feb 09, 2016
  • Score: 0
If I want have task which is actual every evening on 21:00, how can I do it? I wan't see it till that time
ishayahu

Score: 3
  • ishayahu
  • Posted: Feb 08, 2016
  • Score: 3
It would be more better if I can set alarm to any time and date which I need.
For example, if due date for task is 01/12/16 and I need make a call about that task on 01/06/16 at 15:00 it will be better if I can set alarm on that time. I understand that I can make subtask, but it is not always clearly way
ishayahu

Posted Jan 27, 2016 in: Android Apps and the timer ?
Score: 1
  • ishayahu
  • Posted: Jan 27, 2016
  • Score: 1
I wait for it to