Hi there, I'm just starting myself, but I have been able to get this
with success using (from my code snipped):
li.append({'calendarTitle':a_calendar.title.text,'calendarEditHref':a_calendar.GetEditLink().href})
I believe it's the edit url you'll want for doing subsequent stuff so
I hope that at least helps ;)
On Jun 24, 12:20 pm, gd1492 <[EMAIL PROTECTED]> wrote:
> I've been looking through the python documentation trying to figure
> out how to get the feed uri from a CalendarListEntry object.
>
> For example, in calendarExample.py, there is this code to list a users
> own calendars:
>
> feed = self.cal_client.GetOwnCalendarsFeed()
> print 'Printing owncalendars: %s' % feed.title.text
> for i, a_calendar in zip(xrange(len(feed.entry)), feed.entry):
> print '\t%s. %s' % (i, a_calendar.title.text,)
>
> Inside the for loop, how can I get the feed uri for a_calendar?
>
> It's gotta be a simple answer - I just can't seem to find it.
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---