Hi, I think extended property would be a good way to handle this. Say if you tag an event with a name/value pair of conference=true, then you can query for all events tagged with "conference" like this -
http://www.google.com/calendar/feeds/default/private/full?extq=[conference:true] Hope that helps, Austin On Mon, May 19, 2008 at 12:43 PM, tabetan <[EMAIL PROTECTED]> wrote: > > I have to retrieve events based on a field, which is the type of > event. For example a "conference", a "concert", etc.. > I thought to create one extended property named "typeofevent" and > check this variable. > > but I am not convinced of this method, > > what do you think is the best practice to do this? > > > thanks, > > Gab > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
