Apparently I am not understanding what needs to be in a post. When i post an insert with the following
<?xml version="1.0"?> <entry xmlns="http://www.w3.org/2005/Atom"> <author> <name>My Name</name> <email>[EMAIL PROTECTED]</email> </author> <title type="text">Entry test</title> <content type="text">This is my entry</content> </entry> It works fine i get 201 created. But if i add a <gd:where /> <?xml version="1.0"?> <entry xmlns="http://www.w3.org/2005/Atom"> <author> <name>My Name</name> <email>[EMAIL PROTECTED]</email> </author> <title type="text">Entry test</title> <content type="text">This is my entry</content> <gd:where valueString="Test" /> </entry> it then returns HTTP/1.0 400 Bad Request Content-Type: text/plain;charset=iso-8859-1 Cache-control: private Date: Fri, 28 Jul 2006 17:56:53 GMT Server: GFE/1.3 Connection: Close [Line 10, Column 15, element entry] Unrecognized element ''. How am I formating this wrong? I am not using any of the C#/java api tools I'm developing the xml mysefl. Are there a minimum number of entries one must make? Does someoen have an example insert feed with all the proper fields or the minimum set? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi -~----------~----~----~----~------~----~------~--~---
