On Thu, Jan 29, 2009 at 10:53 PM, D2 <[email protected]> wrote: > > hello to all... > > I am working on google caledar api... > in that, when i try to create event, its location value is containg an > aphostrope... > for example my cityName is "a'bad".... > but the response is bad request... > > if i user urlencode function to send it successfully, the event is > created successfully... but when i open that event in google calendar > UI, i can see that location value as "a%27bad"....... > > please reply me, where i am wrong....
You should use HTML encoding, not URL encoding. The data is sent as XML, not as a URL. :) -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
