Hi, I have tried to add a single occurrence event on the calendar of my hosted account but it didn't manage to do so, although it's working fine on my non-hosted Google account.
Here is the XML request i send: <?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> <title type='text'>Title</title> <content type='text'>What</content> <gd:transparency value='http://schemas.google.com/g/2005#event.opaque'> </gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'> </gd:eventStatus> <gd:where valueString='where'></gd:where> <gd:when startTime='2009-03-25'></gd:when> </entry> I send this request twice. With the first request I get the S-cookie that I use for the 2nd request, as explained here: http://code.google.com/apis/calendar/faq.html#redirect_handling On my normal gmail account it's working fine, but on my hosted account the second request performs another GET on the calendar URL, instead of creating the event. I don't know what is wrong. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
