mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Added hideinvitationssetting to <UserCalendarSettingsField>
This commit is contained in:
@@ -6168,6 +6168,7 @@ Display a users calendar settings
|
|||||||
defaulteventlength|
|
defaulteventlength|
|
||||||
format24hourtime|
|
format24hourtime|
|
||||||
hideinvitations|
|
hideinvitations|
|
||||||
|
hideinvitationssetting|
|
||||||
hideweekends|
|
hideweekends|
|
||||||
locale|
|
locale|
|
||||||
remindonrespondedeventsonly|
|
remindonrespondedeventsonly|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
7.33.02
|
||||||
|
|
||||||
|
Added `hideinvitationssetting` to `<UserCalendarSettingsField>` used by
|
||||||
|
`gam <UserTypeEntity> print|show calsettings`.
|
||||||
|
|
||||||
7.33.01
|
7.33.01
|
||||||
|
|
||||||
Added option `shownopolicy` to `gam print chromepolicies` that will display output like the following
|
Added option `shownopolicy` to `gam print chromepolicies` that will display output like the following
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
|
||||||
__version__ = '7.33.01'
|
__version__ = '7.33.02'
|
||||||
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
|
||||||
|
|
||||||
# pylint: disable=wrong-import-position
|
# pylint: disable=wrong-import-position
|
||||||
@@ -54181,6 +54181,7 @@ USER_CALENDAR_SETTINGS_FIELDS_CHOICE_MAP = {
|
|||||||
'defaulteventlength': 'defaultEventLength',
|
'defaulteventlength': 'defaultEventLength',
|
||||||
'format24hourtime': 'format24HourTime',
|
'format24hourtime': 'format24HourTime',
|
||||||
'hideinvitations': 'hideInvitations',
|
'hideinvitations': 'hideInvitations',
|
||||||
|
'hideinvitationssetting': 'hideInvitationsSetting',
|
||||||
'hideweekends': 'hideWeekends',
|
'hideweekends': 'hideWeekends',
|
||||||
'locale': 'locale',
|
'locale': 'locale',
|
||||||
'remindonrespondedeventsonly': 'remindOnRespondedEventsOnly',
|
'remindonrespondedeventsonly': 'remindOnRespondedEventsOnly',
|
||||||
|
|||||||
Reference in New Issue
Block a user