Hi, I don't have problem adding your name/value as extended property to an event. Are you retrieving the entry that contains this name/value pair using the extq query parameter? if that's the case, you need to url encode the name/value because it has unsafe characters on it.
Austin On Mon, May 19, 2008 at 4:14 PM, Dan <[EMAIL PROTECTED]> wrote: > > Hi Austin, > > Do you have any update on this? > > Thanks, > Dan > > On May 18, 10:09 pm, Dan <[EMAIL PROTECTED]> wrote: > > Hi Austin, > > > > Thanks for the reply. Sorry for the delay in getting back to you. (I > > just returned from out of town). > > > > Here is the info you requested: > > > > -I am getting the error from an update (I am adding a new > > extendedProperty value to an existing entry). > > > > -The name/value is custom to my application. It is: > > <gd:extendedProperty name="http://mySticky.com/schemas/ > > 2007#sticky.text" value="test%20text"> </gd:extendedProperty> > > > > -How do I generate an XML trace? Please let me know and I will send > > you the trace ASAP. > > > > Can you please tell me what is the meaning of the error message? Why > > are value and XML mutually exclusive? > > > > Thanks, > > Dan > > > > On May 16, 1:08 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > Could you give us the XML trace for this entry? and how are you getting > this > > > error, from update or retrieval? and also what is the name/value for > this > > > extendedProperty? > > > > > Thanks, > > > Austin > > > > > On Fri, May 16, 2008 at 12:06 PM, Dan <[EMAIL PROTECTED]> > wrote: > > > > > > I have a Google Calendar gadget that has been working well for the > > > > past year. I use extendedProperty to store some custom data in the > > > > calendar entry. > > > > > > Within the past few weeks, something has changed on the Google server > > > > side and I now get an error when I update the entry. > > > > > > I now get this error: > > > > > > Line 94, Column 26, element gd:extendedProperty] g:extendedProperty/ > > > > @value and XML are mutually exclusive > > > > > > -->>What does this mean? Why are value and XML mutually exclusive? > > > > Why did this suddenly stop working? > > > > > > Any help is greatly appreciated. > > > > > > Thanks, > > > > Dan > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
