Thanks! Your feature request has been entered and tracked. Austin
On Jan 2, 2008 4:33 PM, Philipp Kewisch <[EMAIL PROTECTED]> wrote: > > I'd like this to be one step. > http://code.google.com/p/gdata-issues/issues/detail?id=296 > > On Jan 3, 1:21am, "OggSync Support" <[EMAIL PROTECTED]> wrote: > > Yes, deleting and creating a new event is how we do it as well. > > > > On Jan 2, 2008 6:14 PM, H dude <[EMAIL PROTECTED]> wrote: > > > > > > > > > The only way that I have been able to do this is by deleting the > > > recurring event and creating a brand new single event. > > > Similarly changing a single event to a recurring event directly fails > > > for me. > > > > > The only problem with that is the id of the event changes. Though this > > > is not surprising since changing a single event to a recurring event > > > using the GUI also changes the event id. > > > > > On Jan 2, 1:49 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > wrote: > > > > Thanks, Austin, but that was not what I ment, > > > > > > I am searching for a way to remove the recurrence from an actual > > > > event. making it a single occurence event. > > > > Replicating the GUI action of changing an event from "Daily" to > "Does > > > > not repeat". > > > > > > Thanks > > > > > > On Jan 2, 8:44 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > > > > You can retrieve individual events from a recurrence by setting > the > > > > > singleevents property to be true. You would do that through the > > > EventQuery > > > > > object. With this property set, all instance of the recurrence > would > > > be > > > > > unrolled into single event entry. > > > > > > > query.SingleEvents = true; > > > > > > > Hope it helps, > > > > > Austin > > > > > > > On Jan 1, 2008 12:59 PM, [EMAIL PROTECTED] < > > > [EMAIL PROTECTED]> > > > > > wrote: > > > > > > > > Using the .net API, is it possible to convert a recurring event > to a > > > > > > single event ? > > > > > > I tried to set the recurrence to null and update the entry, but > this > > > > > > resulted in an exception. > > > > > > > > The oppsite (single to recurring) is possible by creating a > > > recurrence > > > > > > object. > > > > > > > > Thanks- Hide quoted text - > > > > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
