Releases: taers232c/GAMADV-XTD3
GAM 6.01.00
Latest updates
Added the capability to access two new areas.
- Chrome Installed Apps Counts - https://github.com/taers232c/GAMADV-XTD3/wiki/Chrome-Installed-Apps-Counts
- Chrome Versions Counts - https://github.com/taers232c/GAMADV-XTD3/wiki/Chrome-Versions-Counts
You'll have to do gam update project
and gam oauth create
to enable these commands.
As with any initial release, report any problems.
Improved error reporting when trying to add/remove licenses with an administrator that is not authorized to do so.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.08
Latest updates
Added option splitupdate
to gam <UserTypeEntity> update calattendees
to handle replacing
an email alias with its primary email in the event attendee list.
By default, when you try to replace an email alias with its primary email, the Google Calendar API
detects that the underlying user ID is the same and doesn't change the address. The splitupdate
option causes GAM to make two updates to the attendee list; the first removes the alias and
the second adds the primary email.
Fixed bug in gam print course-materials fields <CourseAnnouncementFieldNameList>
that caused the following error:
Course: <CourseID>, Print Failed: Request contains an invalid argument.
Code cleanup for gam print course-work
and gam print course-materials
.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.07
Latest updates
Added option splitupdate
to gam <UserTypeEntity> update calattendees
to handle replacing
an email alias with its primary email in the event attendee list.
By default, when you try to replace an email alias with its primary email, the Google Calendar API
detects that the underlying user ID is the same and doesn't change the address. The splitupdate
option causes GAM to make two updates to the attendee list; the first removes the alias and
the second adds the primary email.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.06
Latest updates
Added command gam print addresses [todrive <ToDriveAttribute>*]
that produces a
two column CSV file (headers Type, Email) that displays all group and user primary
email addresses and aliases. The types are: Group, GroupAlias, GroupNEAlias,
SuspendedUser, User, UserAlias, UserNEAlias. 'NE' is and abbreviation for NonEditable.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.05
Latest updates
Fixed bug in gam print vaultcounts ... everyone
which caused the following error:
ERROR: getUsersToModify coding error
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.04
Latest updates
Updated <CalendarAttribute>
to allow specifying a list of email notification event types.
Previously, you had to specify each email notification event type individually (this still works).
<CalendarEmailNotificatonEventType> ::=
eventcreation|eventchange|eventcancellation|eventresponse|agenda
<CalendarEmailNotificatonEventTypeList> ::=
<CalendarEmailNotificatonEventType>(,<CalendarEmailNotificatonEventType>)*
<CalendarAttribute> ::=
...
(notification clear|(email <CalendarEmailNotificatonEventTypeList>))|
gam user [email protected] update calendar primary notification email eventchange,eventcancellation
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.03
Latest updates
Fixed bug in gam calendar update event
introduced in 5.34.02 where updating an event's start or end time appeared to work
but no change was actually made.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.02
Latest updates
Added support for stand-alone course materials; these were not previously supported by the Google Classroom API.
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Classroom-Courses#display-course-materials
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Classroom-Courses#create-and-update-courses
To use the course materials features you must authorize the appropriate scope: 'Classroom API - Course Work/Materials'
.
gam oauth create
gam user [email protected] check|update serviceaccount
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.01
Latest updates
Following Jay's lead, added the capability to manage three new areas.
- Chrome Policies - https://github.com/taers232c/GAMADV-XTD3/wiki/Chrome-Policies
- Chrome Printers - https://github.com/taers232c/GAMADV-XTD3/wiki/Chrome-Printers
- Unmanaged Accounts - https://github.com/taers232c/GAMADV-XTD3/wiki/Unmanaged-Accounts
You'll have to do gam update project
and gam oauth create
to enable these commands.
As with any initial release, proceed with care and report any problems.
Updated gam report customer|user
to continue processing subsequent dates when Google indicates that no data is available
for a particular date.
Improved gam report
Got
messages so it is easier to monitor progress.
Removed extraneous email
header in gam report user ... aggregatebydate
.
Improve error handling in gam delete|update chromepolicy
and gam show chromepolicies
.
When showing Chrome Policies, display OU and optional printerid/appid at top of output.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
GAM 6.00.00
Latest updates
Following Jay's lead, added the capability to manage three new areas.
- Chrome Policies - https://github.com/taers232c/GAMADV-XTD3/wiki/Chrome-Policies
- Chrome Printers - https://github.com/taers232c/GAMADV-XTD3/wiki/Chrome-Printers
- Unmanaged Accounts - https://github.com/taers232c/GAMADV-XTD3/wiki/Unmanaged-Accounts
You'll have to do gam update project
and gam oauth create
to enable these commands.
As with any initial release, proceed with care and report any problems.
Updated gam report customer|user
to continue processing subsequent dates when Google indicates that no data is available
for a particular date.
Improved gam report
Got
messages so it is easier to monitor progress.
Removed extraneous email
header in gam report user ... aggregatebydate
.
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD