On Mon, Sep 22, 2008 at 2:44 PM, John Lockwood <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I've got calendar events with extended properties, and I'm trying to query
> them, using JavaScript, based on one of those extended properties. Is this
> possible to do?
>
> Thanks,
>
> -John

John,
Yes, you can do this. It's not documented yet, but there is a query
parameter named 'extq' that lets you search by extended property.

The query format looks like this:

    
http://www.google.com/calendar/feeds/default/private/full?extq=[name:value][name:value]...

So, for example, to search for any entries that have the extended
property "com.google.magic" set to "true", you could issue the
following query:

    
http://www.google.com/calendar/feeds/default/private/full?extq=[com.google.magic:true]

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