If you look at the unittests subdirectory, you find a file called caltest.cs.
In it, is a method called

CalendarExtendedPropertyTest()

where this is actually shown, including submitting and retrieving it again.

Frank Mantek
Google
On 3/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I am trying to add a new property into Event Entry. I used
> ExtensionElements.Add function to add a new ExtendedProperty.
>
>                         Prop = New ExtendedProperty
>                         Prop.Name = "abc"
>                         Prop.Value = abc
>                         entry.ExtensionElements.Add(Prop)
>
> But how can I retrieve the property I added? Thank you
>
> Kate
>
>
> >
>

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