Hi Mike, First thing I noticed that is that the feed URL that you are using is not correct. To insert an event, you should be submitting the POST entry to this feed URL:
http://www.google.com/calendar/feeds/default/private/full Hope that helps, Austin On Nov 7, 8:07 pm, WinSched <[EMAIL PROTECTED]> wrote: > I am submitting the following with a post to > thehttp://www.google.com/calendar/feeds/default/allcalendars/full?gsessi...{sessionID} > > <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> > <id>http://www.google.com/calendar/feeds/default/allcalendars/full/ > [EMAIL PROTECTED]</id> > <title type='text'>Second Calendar</title> > <content type='text'>It WORKS!!!</content> > <gd:where valueString='Mikes WinSched Test'></gd:where> > <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:when startTime='2007-11-08T19:00:00.000Z' > endTime='2007-11-08T21:00:00.000Z'></gd:when> > </entry> > > I get a response from the POST request of: > HTTP/1.1 201 Created > etc.. > > Sounds like it was successful, but it doesn't show up on my calendar. > What am I missing? > > Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
