ForumsSearch



Search results for "Posted by dgtale"
Author Message
dgtale

Posted Aug 07, 2013 in: Notebook modified time ignored
Score: 0
  • dgtale
  • Posted: Aug 07, 2013
  • Score: 0
When a new note is sent for insert (/notebooks/add.php) your service ignores the "modified" time and set always the current time.
Hope you can fix it soon.

Here an example

request:
[{"ref":1,"title":"abc","text":"123","private":0,"folder":0,"added":1366135665,"modified":1368221095 }]

response:
[{"id":"4709457","title":"abc","folder":"0","added":"1366135665","modified":"1375895263","private":" 0","text":"123","ref":"1"}]
dgtale

Posted May 10, 2013 in: You didn't send any tasks to add/edit
Score: 0
  • dgtale
  • Posted: May 10, 2013
  • Score: 0
Thanks a lot, it's working fine now.
dgtale

Posted May 10, 2013 in: You didn't send any tasks to add/edit
Score: 0
  • dgtale
  • Posted: May 10, 2013
  • Score: 0
Finally I'm able to reproduce it on my Android test device.
This is the json string sent by the POST call (and it's a valid json string):
[
{
"id": 156416906,
"title": "ciao 2",
"tag": "Llama tag1,Llama tag2",
"folder": 3547430,
"context": 1092538,
"goal": 323800,
"parent": 0,
"duedate": 0,
"duedatemod": "0",
"startdate": 0,
"duetime": 0,
"starttime": 0,
"remind": 0,
"repeat": "",
"repeatfrom": 0,
"status": 2,
"length": 0,
"priority": 0,
"star": 0,
"added": 1367418926,
"modified": 1367501050,
"completed": 0,
"note": "",
"meta": "{\"DGT_GTD\":{\"type\":0,\"hide\":0,\"hide_until\":0,\"created\":1367418926692,\"modified\":1367501 050175}}"
}
]
dgtale

Posted May 10, 2013 in: You didn't send any tasks to add/edit
Score: 0
  • dgtale
  • Posted: May 10, 2013
  • Score: 0
Additional information:
API invocations to "tasks/add.php" and "tasks/edit.php" are made by a POST call.


This message was edited May 10, 2013.
dgtale

Posted May 10, 2013 in: You didn't send any tasks to add/edit
Score: 1
  • dgtale
  • Posted: May 10, 2013
  • Score: 1
I'm the developer of the free Android app "DGT GTD".
The sync with Toodledo is available and working smoothly since months.

Suddenly, today, several users are reporting the following error message: "4 : You didn't send any tasks to add" (or edit).

Have you recently (today) changed the behaviour of your /task service?

Unfortunately I can't provide more details because I'm not able to reproduce it.
dgtale

Posted Oct 09, 2012 in: API for upload/download attachments
Score: 0
  • dgtale
  • Posted: Oct 09, 2012
  • Score: 0
Is it possible to manage attachments with the existing API?
dgtale

Posted Sep 06, 2012 in: Folder order attribute doesn't change
Score: 0
  • dgtale
  • Posted: Sep 06, 2012
  • Score: 0
Ok, now it's clear: it seems that the "lastedit_folder" in the account info is updated only when the user presses the "Save Changes" button, fair enough.

Thanks
dg


This message was edited Sep 06, 2012.
dgtale

Posted Sep 06, 2012 in: Folder order attribute doesn't change
Score: 0
  • dgtale
  • Posted: Sep 06, 2012
  • Score: 0
Folder's "ord" attribute is not updated when the user changes the order of their folders on the web app.

Here is a concrete example:

Initial state:
[{"id":"3291875","name":"Hobby..","private":"0","archived":"0","ord":"3"},{"id":"3291877","name":"Sh opping.","private":"0","archived":"0","ord":"2"},{"id":"3291879","name":"Vacation.","private":"0","a rchived":"0","ord":"1"}]

Then I invert the order on the web app and folders/get.php returns the old values:

[{"id":"3291875","name":"Hobby..","private":"0","archived":"0","ord":"3"},{"id":"3291877","name":"Sh opping.","private":"0","archived":"0","ord":"2"},{"id":"3291879","name":"Vacation.","private":"0","a rchived":"0","ord":"1"}]

As you can see the "ord" attribute remains with the old position value.

Will you please send the "ord" value as it appears on the web app.

Note: the "ord" attribute get updated only when the user changes also the folder title.

Thanks and regards
dgtale
dgtale

Score: 0
  • dgtale
  • Posted: Jul 09, 2012
  • Score: 0
Thanks for your prompt reply.
I look forward to test the bug fix.

"reschedule=1" is not applicable because my sync process takes care of the rescheduled tasks.
dgtale

Score: 0
  • dgtale
  • Posted: Jul 08, 2012
  • Score: 0
When you complete a task in Toodledo the goal chain is correctly updated, unfortunately it doesn't get updated when you complete a task using the API.
Am I missing something?
dgtale

Score: 0
  • dgtale
  • Posted: Jun 12, 2012
  • Score: 0
Please watch this short video tutorial: http://dl.dropbox.com/u/17232062/DGT_tutorials/manage_folders/20120412_2229_04.swf.html

From DGT GTD settings you can "Contact the developer"!
dgtale

Posted Apr 21, 2012 in: Duplicate tasks
Score: 1
  • dgtale
  • Posted: Apr 21, 2012
  • Score: 1
Posted by sussmann.susana:
Repeating tasks usually duplicate themselves. So when I mark a repeating task as done, there appear twice next time.

Does it happen when you mark a task as done using the web application? (using the browser?)

Posted by Toodledo:
You should know that it is always syncing in the background on your phone, even if you don't have the app open

That's not true: DGT GTD can synch in background but that feature must be enabled by the user.
dgtale

Posted Mar 28, 2011 in: Error message array not well formed
Score: 0
  • dgtale
  • Posted: Mar 28, 2011
  • Score: 0
I'm testing the 'edit task' API with wrong ids.
The call returns two error messages (that's fine) but the json string is not well formed:

json string returned: [{"errorCode":7,"errorDesc":"Invalid task ID"}{"errorCode":7,"errorDesc":"Invalid task ID"}]

json string expected: [{"errorCode":7,"errorDesc":"Invalid task ID"},{"errorCode":7,"errorDesc":"Invalid task ID"}]

In fact the two objects in the array should be comma separated but they are not.

Thanks and regards


This message was edited Mar 28, 2011.