Thanks! I'll implement it now!

On Feb 3, 9:01 pm, "Austin (Google)" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This is how you display the first location of the list of event locations -
>
> print '\tLocation: %s' % (an_event.where[0].value_string,)
>
> Hope it helps,
> Austin
>
> On Feb 3, 2008 5:56 AM, blucap <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm trying to display the location of an event for the google calendar
> > api using python.
>
> > The code below fails ... any suggestions?
>
> > for i, an_event in zip(xrange(len(feed.entry)), feed.entry):
> >      print '\t%s. %s' % (i, an_event.title.text,)
> >      print '\t%s. %s' % (i, an_event.content.text,)
> >      print an_event.location.where[0]
> > <========================================= fials
--~--~---------~--~----~------------~-------~--~----~
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