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

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