Trevor, awesome, thanks, you made my day!

I used this in the following way:

CategoryEventsQuery = new google.gdata.calendar.CalendarEventQuery(feedUrl);
CalendarEventQuery.setParam('extq', '[CatID:'+category+']');

-John


On Tue, Sep 23, 2008 at 8:43 PM, Trevor Johns <[EMAIL PROTECTED]> wrote:

>
> 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].<http://www.google.com/calendar/feeds/default/private/full?extq=%5Bname:value%5D%5Bname:value%5D.>
> ..
>
> 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]<http://www.google.com/calendar/feeds/default/private/full?extq=%5Bcom.google.magic:true%5D>
>
> --
> 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