Hi
This is somewhat related to
Maxims post from June, but since he hasn't gotten any answers I'll try to broaden the question.
I'm trying to retrieve tasks through the API. However I'm not able to retrieve any tasks which has been set to recurring.
For all tasks without any recurrence set, the following call works fine:
However, if I add recurrence to any of the tasks retrieved in the above call, I get the following response:
<?xml version=\'1.0\' encoding=\'UTF-8\'?><rsp stat="fail"><err code="105" msg="Service currently unavailable"/></rsp>
Is there some other method for retrieving recurring tasks through the API?
The apps (mac and iphone) and the web gui are able to handle these tasks just fine, so I believe it has something to do with (how I use) the API...
Rune