Hi All, I would like to get the access level for a specific calendar. This will be done to make sure if the owner of the calendar changes my permissions I get the most up to date permissions. I am currently trying the following code but it seems that the access level is always null. (Not sure if anything is being returned).
CalendarEntry calEntry = service.getEntry(new URL(calendar.getURL), CalendarEntry.class); calEntry.getAccessLevel(); Any ideas? Thanks, Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
