ForumsDevelopersRescheduling through API 2.0 broken?


Rescheduling through API 2.0 broken?
Author Message
Greg

Posted: Dec 09, 2010
Score: 0 Reference
I can seem to get a repeating task to reschedule through the API.

I'll skip the rest of the URL, but...

tasks=[{"id":158932683,"completed":1291927508}]

works perfectly fine.

tasks=[{"id":158932683,"completed":1291927508}];reschedule=1

marks the task complete. No rescheduling.


tasks=[{"id":158932683,"completed":1291927508,"reschedule":1}]

returns a server error.

HELP! PLEASE!

Thanks!

Greg


This message was edited Dec 09, 2010.
Jake

Toodledo Founder
Posted: Dec 10, 2010
Score: 0 Reference
I found a bug that was preventing this from working. It should be ok now. I just tested it and it worked.

One thing to keep in mind is that you need to set the reschedule field like you are doing in the last line

tasks=[{"id":158932683,"completed":1291927508,"reschedule":1}]

The other method won't work.
You cannot reply yet

U Back to topic home

R Post a reply

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