Hi, No, there is no tag indicating an all-day-event. The time needs to be set as you've tried.
I performed the operations in order as you mentioned them in the first e-mail of this thread and was successfully (all through the API via curl) able to: 1) Create event beginning on March 3rd at 1130pm and ending at 1230am on March 4th 2) Update this event to take place from 2:30-3:30pm on March 3rd 3) Update this event to span from March 3rd to March 4th (ie all day event on March 3rd) As I'm not able to recreate the issue you're experiencing, can you please post a snippet of code that reliably reproduces the issue so we can debug it further? Thanks! -Ryan On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Do we have a gcal:allDayEvent xml tag? > > On Mar 5, 2:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > No error is returned. But the XML response to the edit request > > indicates that the start and endtimes are the same as their old > > values. > > > > On Mar 5, 2:43 pm, "Ryan Boyd (Google)" <[EMAIL PROTECTED]> wrote: > > > > > What error is returned when you try to do this? > > > > > Thanks, > > > > > -Ryan > > > > > On 3/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > I'm sorry, that's what I did. > > > > I used: <gd:when startTime="2007-03-03" endTime="2007-03-04"> > > > > > > it still did not update. > > > > > > I can trigger this problem only by creating an event which spans two > > > > days, > > > > modifying it to span one day, > > > > and then trying to make it allday. > > > > > > On Mar 5, 1:36 pm, "Razor" <[EMAIL PROTECTED]> wrote: > > > > > Try setting endTime="2007-03-04". I realize it doesn't sound > right, > > > > > but it should give a an all-day event for just Mar 3. > > > > > > > On Mar 5, 2:32 pm, "[EMAIL PROTECTED]" < > [EMAIL PROTECTED]> > > > > > wrote: > > > > > > > > I create an event using the api, that spans across two days. It > starts > > > > > > at 11:30 pm on Mar 3 and ends at 12:30am on Mar 4. > > > > > > > > I edit this event to span from 2:30pm-3:30 pm on Mar 3. > > > > > > > > I then TRY to turn it into an allday event on Mar 3. I send up > the > > > > > > following: > > > > > > <gd:when startTime="2007-03-03" endTime="2007-03-03"> > > > > > > > > It does not update the event to an all day event. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
