mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Increment counter in updateCalendar
This commit is contained in:
@ -2478,6 +2478,7 @@ def updateCalendar(users):
|
|||||||
print u"Updating %s's subscription to calendar %s (%s of %s)" % (user, calendarId, i, count)
|
print u"Updating %s's subscription to calendar %s (%s of %s)" % (user, calendarId, i, count)
|
||||||
cal = buildGAPIServiceObject(u'calendar', user)
|
cal = buildGAPIServiceObject(u'calendar', user)
|
||||||
callGAPI(cal.calendarList(), u'update', calendarId=calendarId, body=body, colorRgbFormat=colorRgbFormat)
|
callGAPI(cal.calendarList(), u'update', calendarId=calendarId, body=body, colorRgbFormat=colorRgbFormat)
|
||||||
|
i += 1
|
||||||
|
|
||||||
def doPrinterShowACL():
|
def doPrinterShowACL():
|
||||||
cp = buildGAPIObject(u'cloudprint')
|
cp = buildGAPIObject(u'cloudprint')
|
||||||
|
Reference in New Issue
Block a user