Jeff Calusinski 28.Feb.10 08:04 PM a Web browser Activities2.5All platforms
I am creating a java application that will post todo's in an activity. I am using the ATOM/REST api to accomplish this. For the most part, my code is working, it does create a Todo, but the assignedto is elements of the entry don't seem to be recognized by server. Below is a sample of my entry document that gets generated by the abdera toolkit.
Can someone tell me if my <snx:assignedto is wrong. By the way the due date isn't showing either, that is why I think there is something wrong with the "snx" namespace.