diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 3723e348..633e727b 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,12 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.31.03 + +Due to the following Calendar API update, the `gam transfer calendars` command has been removed. +* See: https://developers.google.com/workspace/calendar/release-notes#October_27_2025 +Data ownership can be transferred in the Google Calendar UI. + ### 7.31.02 Added the following options to `gam copy drivefile` diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index 3d3db242..fe402365 100644 --- a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md +++ b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md @@ -252,7 +252,7 @@ writes the credentials into the file oauth2.txt. admin@server:/Users/admin$ rm -f /Users/admin/GAMConfig/oauth2.txt admin@server:/Users/admin$ gam version WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found -GAM 7.31.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.31.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.2 64-bit final macOS Tahoe 26.2 x86_64 @@ -990,7 +990,7 @@ writes the credentials into the file oauth2.txt. C:\>del C:\GAMConfig\oauth2.txt C:\>gam version WARNING: Config File: C:\GAMConfig\gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: C:\GAMConfig\oauth2.txt, Not Found -GAM 7.31.02 - https://github.com/GAM-team/GAM - pythonsource +GAM 7.31.03 - https://github.com/GAM-team/GAM - pythonsource GAM Team Python 3.14.2 64-bit final Windows 11 10.0.26200 AMD64 diff --git a/wiki/Users-Calendars-Access.md b/wiki/Users-Calendars-Access.md index 7106b40a..f4c4504c 100644 --- a/wiki/Users-Calendars-Access.md +++ b/wiki/Users-Calendars-Access.md @@ -145,40 +145,8 @@ The `quotechar ` option allows you to choose an alternate quote chara ## Transfer calendar ownership You can transfer ownership of calendars from one user to another; only non-primary calendars owned by the source user can be transferred. -``` -gam transfer calendars|seccals [] - [keepuser | (retainrole )] [sendnotifications ] - [noretentionmessages] - [] [append description|location|summary] [noupdatemessages] - [deletefromoldowner] [addtonewowner *] [nolistmessages] -``` -If `` is not specified, all of a user's owned secondary calendars will be transferrdd. -By default, the users in `` retain no role in the transferred calendars. -* `keepuser` - The users in `` retain their ownership. -* `retainrole ` - The users in `` retain the specified role. -* `noretentionmessages` - Suppress the original owner role retention messages. +This capability is no longer available, see: https://developers.google.com/workspace/calendar/release-notes#October_27_2025 -By default, when you add or update a calendar ACL, a notification is sent to the affected users; use `sendnotifications false` to suppress sending the notifications. +Data ownership can be transferred in the Google Calendar UI. -You can update calendar settings as part of the transfer. In description, location and summary, #email#, #user# and #username# will be replaced -by the original owner's full email address or just the name portion; #timestamp# will be replaced by the current date and time. -* `` - The value specified will replace the existing value. -* `append description|location|summary` - The specified value will be appended to the existing value. -* `noupdatemessages` - Suppress the settings update messages. - -You can manipulate the old and new owner's calendar lists. -* `deletefromoldowner` - Delete the calendar from the old owner's calendar list -* `addtonewowner *` - Add the calendar to the new owner's calendar list; optionally specify attributes -* `nolistmessages` - Suppress the calendar list add/delete messages. - -### Example -Transfer a secondary calendar from oldowner to newowner. Remove the calendar from the old owner's calendar list and add to the new owner's calendar list. -``` -gam user oldowner@domain.com transfer calendars newowner@domain.com c_aaa123zzz@group.calendar.google.com removefromoldowner addtonewowner -``` - -Transfer ownership of all non-primary calendars from oldowner to newowner; append a message to the calendar description noting the old owner and the time of transfer. -``` -gam user oldowner@domain.com transfer calendars newowner@domain.com minaccessrole owner description "(Transferred from #user# on #timestamp#)" append description -``` diff --git a/wiki/Version-and-Help.md b/wiki/Version-and-Help.md index c76e28e8..262d3135 100644 --- a/wiki/Version-and-Help.md +++ b/wiki/Version-and-Help.md @@ -3,7 +3,7 @@ Print the current version of Gam with details ``` gam version -GAM 7.31.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.31.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.2 64-bit final macOS Tahoe 26.2 x86_64 @@ -15,7 +15,7 @@ Time: 2025-12-23T13:57:00-08:00 Print the current version of Gam with details and time offset information ``` gam version timeoffset -GAM 7.31.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.31.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.2 64-bit final macOS Tahoe 26.2 x86_64 @@ -27,7 +27,7 @@ Your system time differs from www.googleapis.com by less than 1 second Print the current version of Gam with extended details and SSL information ``` gam version extended -GAM 7.31.02 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.31.03 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.2 64-bit final macOS Tahoe 26.2 x86_64 @@ -68,7 +68,7 @@ MacOS High Sierra 10.13.6 x86_64 Path: /Users/Admin/bin/gam7 Version Check: Current: 5.35.08 - Latest: 7.31.02 + Latest: 7.31.03 echo $? 1 ``` @@ -76,7 +76,7 @@ echo $? Print the current version number without details ``` gam version simple -7.31.02 +7.31.03 ``` In Linux/MacOS you can do: ``` @@ -86,7 +86,7 @@ echo $VER Print the current version of Gam and address of this Wiki ``` gam help -GAM 7.31.02 - https://github.com/GAM-team/GAM +GAM 7.31.03 - https://github.com/GAM-team/GAM GAM Team Python 3.14.2 64-bit final macOS Tahoe 26.2 x86_64