Hello Luca, The Calendar API implements a subset of the GData API's fulltext search query: http://code.google.com/apis/gdata/docs/2.0/reference.html#QueryRequests
Best, Alain On Fri, Jun 10, 2011 at 2:34 AM, Luca Zanconato <[email protected]>wrote: > Hi, > I have some events in the calendar containing the following texts: > > Project[PR-10-0001] > Project[PR-10-0005] > > about a month ago, I was able to compose a query like > > ...?q=PR-10-0001||PR-10-0005 > > which returned all the events containing the strings "PR-10-0001" and > "PR-10-0005". > Now, the same query doesn't return any event. > Also, I tried the query with a single item, like > > ...?q=PR-10-0001 > > without results. > If I try the query > > ...?q=PR.10.0001 > > it returns the correct list of events containing the string "PR-10-0001", > but I cannot concatenate strings with "||" like the old way. > > Is there a reference for the expression used to search events? > > Thanks > > Luca > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
