diff --git a/wiki/Calendars.md b/wiki/Calendars.md index 5ffd3291..053e173c 100644 --- a/wiki/Calendars.md +++ b/wiki/Calendars.md @@ -27,12 +27,14 @@ Client access works when accessing Resource calendars. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ::= + (autoacceptinvitations [])| (description )| (location )| (summary )| (timezone ) ::= + autoacceptinvitations|3 conferenceproperties| dataowner| description| diff --git a/wiki/Domain-SharedContacts.md b/wiki/Domain-SharedContacts.md index 41a69c6e..be0f7ca6 100644 --- a/wiki/Domain-SharedContacts.md +++ b/wiki/Domain-SharedContacts.md @@ -29,11 +29,11 @@ ::= ||( ) - ::= - (()| - (file [charset ])| - (gdoc )| - (gcsdoc )) + ::= + ()| + (file|textfile [charset ])| + (gdoc )| + (gcsdoc ) ::= -- | @@ -79,7 +79,7 @@ (mileage )| (name )| (nickname )| - (note )| + (note )| (occupation )| (prefix )| (priority low|normal|high) diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 62d6008f..279e8370 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 +### Added `input_dir` directory variable to `gam.cfg` that is used to select a directory for reading files with non-absolute file names. +The default is an empty string that matches the current behavior where these files are read from the current working directory. +This will be most useful in multiple domain situations where each domain will have distinct `drive_dir` and `input_dir` values. + +Added support for the new resource calendar setting `autoAcceptInvitations`. + ### 7.29.04 Updated `gam delete chromepolicy chrome.users.apps.InstallType ou appid ` diff --git a/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md b/wiki/How-to-Upgrade-Legacy-GAM-to-GAM7.md index 960ad80e..ebd19897 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.29.04 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.30.00 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.1 64-bit final macOS Tahoe 26.1 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.29.04 - https://github.com/GAM-team/GAM - pythonsource +GAM 7.30.00 - https://github.com/GAM-team/GAM - pythonsource GAM Team Python 3.14.1 64-bit final Windows 11 10.0.26200 AMD64 diff --git a/wiki/Resources.md b/wiki/Resources.md index 4f394987..5c7ac117 100644 --- a/wiki/Resources.md +++ b/wiki/Resources.md @@ -84,6 +84,7 @@ See [Collections of Items](Collections-of-Items) (zipcode|postalcode ) ::= + (autoacceptinvitations [])| (addfeatures )| (buildingid )| (capacity )| @@ -99,6 +100,7 @@ See [Collections of Items](Collections-of-Items) ::= acls| + autoacceptinvitations| buildingid| calendar| capacity| diff --git a/wiki/Users-Calendars.md b/wiki/Users-Calendars.md index d0ae2712..0add4827 100644 --- a/wiki/Users-Calendars.md +++ b/wiki/Users-Calendars.md @@ -42,12 +42,14 @@ editor|freebusy|freebusyreader|owner|reader|writer ::= + (autoacceptinvitations [])| (description )| (location )| (summary )| (timezone ) ::= + autoacceptinvitations|3 conferenceproperties| dataowner| description| diff --git a/wiki/Users-Keep-Notes.md b/wiki/Users-Keep-Notes.md index 97ea00ed..5e05665f 100644 --- a/wiki/Users-Keep-Notes.md +++ b/wiki/Users-Keep-Notes.md @@ -40,12 +40,12 @@ gam user user@domain.com update serviceaccount ::= (json [charset ] ) | (json file [charset ]) | - ::= - ((text )| - (textfile [charset ])| - (gdoc )| - (gcsdoc )| - ) + ::= + (text )| + (textfile [charset ])| + (gdoc )| + (gcsdoc )| + ::= notes/ ::= "(,` is required. ``` gam create note [title ] [missingtextvalue ] - + [copyacls [copyowneraswriter]] [compact|formatjson|nodetails] ``` -`` is the note text, there are four ways to specify it: +`` is the note text, there are four ways to specify it: * `message|textmessage|htmlmessage ` - Use `` as the note text * `file|htmlfile [charset ]` - Read the note text from `` * `gdoc|ghtml ` - Read the note text from `` diff --git a/wiki/Version-and-Help.md b/wiki/Version-and-Help.md index e4216d50..61d38281 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.29.04 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.30.00 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.1 64-bit final macOS Tahoe 26.1 x86_64 @@ -15,7 +15,7 @@ Time: 2023-06-02T21:10:00-07:00 Print the current version of Gam with details and time offset information ``` gam version timeoffset -GAM 7.29.04 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.30.00 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.1 64-bit final macOS Tahoe 26.1 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.29.04 - https://github.com/GAM-team/GAM - pyinstaller +GAM 7.30.00 - https://github.com/GAM-team/GAM - pyinstaller GAM Team Python 3.14.1 64-bit final macOS Tahoe 26.1 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.29.04 + Latest: 7.30.00 echo $? 1 ``` @@ -76,7 +76,7 @@ echo $? Print the current version number without details ``` gam version simple -7.29.04 +7.30.00 ``` 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.29.04 - https://github.com/GAM-team/GAM +GAM 7.30.00 - https://github.com/GAM-team/GAM GAM Team Python 3.14.1 64-bit final macOS Tahoe 26.1 x86_64 diff --git a/wiki/gam.cfg.md b/wiki/gam.cfg.md index 53e74b46..7d83cb71 100644 --- a/wiki/gam.cfg.md +++ b/wiki/gam.cfg.md @@ -367,6 +367,9 @@ gmail_cse_incert_dir gmail_cse_inkey_dir Directory for the Key Access Control List (KACL) wrapped private key data files used by Gmail Client Side Encryption. Default: Blank +input_dir + Directory for , , specifying non-absolute file names. + Default: Blank inter_batch_wait When processing items in batches, how many seconds should GAM wait between batches Default: 0