|
Re: Custom Fields: msg#00276org.google.api.calendar
Yes. Look at the extendedProperty in the gNamespace. With that you can add a name/value pair to an event entry. As i just figured, this is not documented yet... From the C# unittests: if (calFeed != null) { EventEntry entry = ObjectModelHelper.CreateEventEntry(1); entry.Title.Text = guid; prop = new ExtendedProperty(); prop.Name = "http://frank.schemas/2005#prop"; prop.Value = "Mantek"; entry.ExtensionElements.Add(prop); calFeed.Insert(entry); } If you are not using C#, you need to add an entry looking like this: <g:extendedProperty name="what you desire, but unique in the entry" value="whatever else you like"> i am not sure about the name restriction, but i would guess that makes common sense. Frank Mantek Frank Mantek On 9/29/06,
ny100k@xxxxxxxxx <ny100k@xxxxxxxxx> wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: problem using When in C#: 00276, Frank Mantek |
|---|---|
| Next by Date: | Re: Custom Fields: 00276, Charlie Wood |
| Previous by Thread: | Custom Fieldsi: 00276, ny100k@xxxxxxxxx |
| Next by Thread: | Re: Custom Fields: 00276, Charlie Wood |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |