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
-~----------~----~----~----~------~----~------~--~---

Reply via email to