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
