Hi there, I am developing a C API for google calendar service which is almost complete.
Issue is, I am unable to post comments, though I am able to retrieve existing comments. Example: Existing entry id: http://www.google.com/calendar/feeds/default/private/full/9nklmjvt6l9... Posting comments to url: http://www.google.com/calendar/feeds/default/private/full/9nklmjvt6l9... Post content: <?xml version="1.0" encoding="UTF-8"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005"><category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#event"></category><content type="text">Meet for a quick lesson.</content></entry> Post redirected url: http://www.google.com/calendar/feeds/default/private/full/9nklmjvt6l9... (The above url is got after proper authentication is done) I believe posting a comment is similar to posting an entry (Difference in post url). Now posting of entry is working perfectly but when the same mechanism is used to post comment, 404 Not Found message is returned. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
