mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
Get all calendar ACLs (#566)
This commit is contained in:
@ -3246,7 +3246,7 @@ def doCalendarShowACL():
|
||||
calendarId, cal = buildCalendarDataGAPIObject(sys.argv[2])
|
||||
if not cal:
|
||||
return
|
||||
acls = callGAPIitems(cal.acl(), u'list', u'items', calendarId=calendarId)
|
||||
acls = callGAPIpages(cal.acl(), u'list', u'items', calendarId=calendarId, fields=u'nextPageToken,items(role,scope)')
|
||||
i = 0
|
||||
count = len(acls)
|
||||
for rule in acls:
|
||||
|
Reference in New Issue
Block a user