Hi,

I inserted an event to my calendar with "Mañana" in the event content
and I was able to query this event with the feed URL -

http://www.google.com/calendar/feeds/default/private/full?q=Ma%C3%B1ana

So I am not sure why isn't this working out for you.  You shouldn't
need to set the content-type because the data being packaged isn't
part of the HTTP body but it's on the URL itself.

Could you give me a snippet of your calendar, I will try to see if I
catch anything.

Thanks,
Austin

On Sun, Mar 30, 2008 at 9:08 AM, Paco <[EMAIL PROTECTED]> wrote:
>
>  Hello Austin,
>
>  thanks a lot for your suggestion.
>
>  I have tried 
> http://www.google.com/calendar/feeds/default/private/full?q=Ma%C3%B1ana
>  and "Content-Type", "application/x-www-form-urlenconded" in the
>  request
>  header and I still getting the same results: Status was 200 and
>
> response return 0 search results.
>
>  Regards
>
>
>
>  On 29 mar, 00:18, "Austin (Google)" <[EMAIL PROTECTED]> wrote:
>  > Hi Paco,
>  >
>  > I think this because the q query parameter is not url encoded.  Use
>  > this website
>  >
>  > http://www.albionresearch.com/misc/urlencode.php
>  >
>  > to perform url encoding on Mañana, you will get Ma%C3%B1ana
>  >
>  > and use this as the query parameter for your feed -
>  >
>  > http://www.google.com/calendar/feeds/default/private/full?q=Ma%C3%B1ana
>  >
>  > This should solve your problem
>  >
>  > Hope it helps,
>  > Austin
>  >
>
> > On Thu, Mar 27, 2008 at 5:26 AM, Paco <[EMAIL PROTECTED]> wrote:
>  >
>  > >  I have been using a Visual Basic application to Add Google Calendar
>  > >  events. I am able to add, search and delete those events.
>  >
>  > >  The problem arise when I use international characters (like spanish ñ
>  > >  character UTF-8 code decimal 195.177).
>  >
>  > >  When I try to add an event with title "Mañana" I provide the XML entry
>  > >  with UTF-8 codification for the title, so the string "Mañana" is
>  > >  used. The event is added and I saw "Mañana" as event in Google
>  > >  Calendar instead of "Mañana".
>  >
>  > >  Once the event is added I receive and XML response with the entry just
>  > >  added and the string "Mañana" is received. The same string is recived
>  > >  if I ask for the whole events in my own calendar.
>  >
>  > >  Now I want to search for the event just added, so I use
>  >
>  > >  
> http://www.google.com/calendar/feeds/fmartinezbello%40gmail.com/priva...±ana
>
> >
>  > >  Status was 200 and response return 0 search results. The same when I
>  > >  used "Content-Type", "text/html; charset='utf-8'" in the request
>  > >  header. Also the same results when I used
>  >
>  > >  
> http://www.google.com/calendar/feeds/fmartinezbello%40gmail.com/priva...ana
>
> >
>  > >  Any help or idea?
>  >
>  > >  I have already read the thread
>  > >  http://groups.google.com/group/google-calendar-help-dataapi/browse_th...
>
>
> >
>  > >  Thanks
>  > >  Paco
>  >
>

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