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