do u know how to get the date of event in the calendar . i'm using  .net 
technology
----- Original Message ----- 
From: "Alessandro" <[email protected]>
To: "Google Calendar Data API" 
<[email protected]>
Sent: Wednesday, July 15, 2009 4:26 PM
Subject: Create a recurrence exception with a different time from the 
original event


>
> When I try to create a recurrence exception with a different time from
> the original event,
> deletes the first event of the series and creates a new event in the
> day it was changing the time.
> I use vb.net
>
> Example:
>
> the recurrence start every day from 10:00 to 11:00 but the day
> 15/07/2009 start from 09:00 to 10:00
>
>
>
>
> Dim RicorrenzaEx As New RecurrenceException
> Dim Originale As New OriginalEvent
> Dim W As New [When]
> RicorrenzaEx.Value = "DTSTART;TZID=Europe/Rome:20090717T090000Z"
>                     "DTEND;TZID=Europe/Rome:20090717T100000Z"
>                     "RECURRENCE-ID;TZID=Europe/Rome:20090717T090000Z"
> EventEntry.RecurrenceException =  RicorrenzaEx
> W.StartTime = "15/07/2009 10:00:00"
> W.EndTime = "15/07/2009 11:00:00"
> Originale.IdOriginal = "s0scqkc3utsevb0cst9arbbglc"
> Originale.OriginalStartTime = W
> EventEntry.OriginalEvent = Originale
>
> Thanks.
> Alessandro
>
> > 



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