Hi,
I'll try to explain: my plugin subscribes iCalendar files...if an
iCalendar is a Google Calendar, it does query Google Calendar to get
and save the Selfuri of the Appointment created...in this way, whenever
I change an event, I can update to the Google Calendar.

However, the query made when subscribing the iCalendar is something
like

_eventQuery.Query = _appointment.Subject;
EventFeed atomFeed = _service.Query(_eventQuery);

In THIS case, I cannot query, I get the error of

Execution of Request failed: http://.../full?q= Test &

I can understand this error, because the query are made as GET I
suppose, so, I should check for each & and substitute with &?
Bye

LastHope


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

Reply via email to