Hello Kenny, Retrieving the AccessControlLevel feed is explained in the Python developer's guide:
http://code.google.com/apis/calendar/data/2.0/developers_guide_python.html#RetrieveAcl I hope this helps! Best, Alain On Tue, Jun 7, 2011 at 1:18 PM, kenny <[email protected]> wrote: > I am using the Python (version 2.6) with the Google Calendar API to > retrieve access information. > > For the feed: > http://www.google.com/calendar/feeds/default/allcalendars/full , I cannot > seem to retrieve the *accesslevel* of a user with respect to a calendar. > However, I am able to retrieve the *color, hidden ,*and *selected* values > fine. I get the error: > > AttributeError: 'CalendarListEntry' object has no attribute 'accesslevel' > > I don't understand data feeds so maybe that's the problem. > > > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
