Increment counter in updateCalendar

This commit is contained in:
Ross Scroggs
2016-05-16 12:36:52 -07:00
parent f07a2ef2be
commit 7c211c664f

View File

@ -2478,6 +2478,7 @@ def updateCalendar(users):
print u"Updating %s's subscription to calendar %s (%s of %s)" % (user, calendarId, i, count)
cal = buildGAPIServiceObject(u'calendar', user)
callGAPI(cal.calendarList(), u'update', calendarId=calendarId, body=body, colorRgbFormat=colorRgbFormat)
i += 1
def doPrinterShowACL():
cp = buildGAPIObject(u'cloudprint')