On Mon, Sep 22, 2008 at 8:35 PM, John Lockwood <[EMAIL PROTECTED]> wrote:
> Can I create a feedURi that specifies only events that have a specific
> category?
> Or set it as a query parameter?
>
> Thanks,
>
> -John

Hi John,
Unfortunately, the Calendar API doesn't support Google Data's category queries.

However, you can perform a full text search by using the "q=" query parameter:

    
http://code.google.com/apis/calendar/developers_guide_protocol.html#RetrievingWithQuery

You can also store custom properties in the extended attributes fields
and search for those using the undocumented "extq" field, as I
described here:

    
http://groups.google.com/group/google-calendar-help-dataapi/browse_thread/thread/9a367aa296099068

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

Reply via email to