mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Added option addcsvdata <FieldName> <String> to print events
Some checks failed
Push wiki / pushwiki (push) Has been cancelled
Some checks failed
Push wiki / pushwiki (push) Has been cancelled
This commit is contained in:
@@ -567,7 +567,7 @@ By default, Gam displays the information as an indented list of keys and values.
|
|||||||
```
|
```
|
||||||
gam calendar <CalendarEntity> show events [<EventEntity>] <EventDisplayProperty>*
|
gam calendar <CalendarEntity> show events [<EventEntity>] <EventDisplayProperty>*
|
||||||
[fields <EventFieldNameList>] [showdayofweek]
|
[fields <EventFieldNameList>] [showdayofweek]
|
||||||
[countsly] [formatjson]
|
[countsly|formatjson]
|
||||||
```
|
```
|
||||||
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
||||||
|
|
||||||
@@ -586,8 +586,9 @@ By default, Gam displays event details, use `countsonly` to display only the num
|
|||||||
```
|
```
|
||||||
gam calendar <CalendarEntity> print events [<EventEntity>] <EventDisplayProperty>*
|
gam calendar <CalendarEntity> print events [<EventEntity>] <EventDisplayProperty>*
|
||||||
[fields <EventFieldNameList>] [showdayofweek]
|
[fields <EventFieldNameList>] [showdayofweek]
|
||||||
[countsonly [eventrowfilter]]
|
(addcsvdata <FieldName> <String>)*
|
||||||
[formatjson [quotechar <Character>]] [todrive <ToDriveAttribute>*]
|
[eventrowfilter]
|
||||||
|
[countsonly|(formatjson [quotechar <Character>])] [todrive <ToDriveAttribute>*]
|
||||||
```
|
```
|
||||||
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
||||||
|
|
||||||
@@ -598,6 +599,9 @@ option `singleevents` to display all instances of a recurring event.
|
|||||||
|
|
||||||
`showdayofweek` displays columns `start.dayOfWeek` and `end.dayOfWeek` when event start and end times are displayed.
|
`showdayofweek` displays columns `start.dayOfWeek` and `end.dayOfWeek` when event start and end times are displayed.
|
||||||
|
|
||||||
|
Add additional columns of data from the command line to the output after the calendarId.
|
||||||
|
* `addcsvdata <FieldName> <String>`
|
||||||
|
|
||||||
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
||||||
* `formatjson` - Display the fields in JSON format.
|
* `formatjson` - Display the fields in JSON format.
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,18 @@ 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
|
See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation
|
||||||
|
|
||||||
|
### 7.23.04
|
||||||
|
|
||||||
|
Added option `addcsvdata <FieldName> <String>` to `gam <UserTypeEntity> print events`
|
||||||
|
and `gam calendars <CalendarEntity> print events` that adds additional columns of data to the CSV file output.
|
||||||
|
An example would be to get the calendar name in addition to the calendar ID when printing events.
|
||||||
|
```
|
||||||
|
gam redirect csv ./Resources.csv print resources fields email,name
|
||||||
|
gam redirect csv ./ResourceEventCounts.csv multiprocess redirect stderr - multiprocess csv Resources.csv gam calendar "~resourceEmail" print events starttime -1y countsonly addcsvdata calendarName "~resourceName"
|
||||||
|
```
|
||||||
|
|
||||||
|
Upgraded to OpenSSL 3.6.0.
|
||||||
|
|
||||||
### 7.23.03
|
### 7.23.03
|
||||||
|
|
||||||
Upgraded to OpenSSL 3.5.4.
|
Upgraded to OpenSSL 3.5.4.
|
||||||
|
|||||||
@@ -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$ rm -f /Users/admin/GAMConfig/oauth2.txt
|
||||||
admin@server:/Users/admin$ gam version
|
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
|
WARNING: Config File: /Users/admin/GAMConfig/gam.cfg, Section: DEFAULT, Item: oauth2_txt, Value: /Users/admin/GAMConfig/oauth2.txt, Not Found
|
||||||
GAM 7.23.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.23.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.13.7 64-bit final
|
Python 3.13.7 64-bit final
|
||||||
macOS Tahoe 26.0.1 x86_64
|
macOS Tahoe 26.0.1 x86_64
|
||||||
|
|||||||
@@ -653,7 +653,7 @@ By default, Gam displays the information as an indented list of keys and values.
|
|||||||
```
|
```
|
||||||
gam <UserTypeEntity> show events <UserCalendarEntity> [<EventEntity>] <EventDisplayProperty>*
|
gam <UserTypeEntity> show events <UserCalendarEntity> [<EventEntity>] <EventDisplayProperty>*
|
||||||
[fields <EventFieldNameList>] [showdayofweek]
|
[fields <EventFieldNameList>] [showdayofweek]
|
||||||
[countsonly] [formatjson]
|
[countsonly|formatjson]
|
||||||
```
|
```
|
||||||
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
||||||
|
|
||||||
@@ -672,8 +672,8 @@ By default, Gam displays event details, use `countsonly` to display only the num
|
|||||||
```
|
```
|
||||||
gam <UserTypeEntity> print events <UserCalendarEntity> [<EventEntity>] <EventDisplayProperty>*
|
gam <UserTypeEntity> print events <UserCalendarEntity> [<EventEntity>] <EventDisplayProperty>*
|
||||||
[fields <EventFieldNameList>] [showdayofweek]
|
[fields <EventFieldNameList>] [showdayofweek]
|
||||||
[countsonly]
|
(addcsvdata <FieldName> <String>)*
|
||||||
[formatjson [quotechar <Character>]] [todrive <ToDriveAttribute>*]
|
[eventrowfilter] [countsonly|(formatjson [quotechar <Character>])] [todrive <ToDriveAttribute>*]
|
||||||
```
|
```
|
||||||
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
In `<EventEntity>`, any `<EventSelectProperty>` options must precede all other options.
|
||||||
|
|
||||||
@@ -684,6 +684,9 @@ option `singleevents` to display all instances of a recurring event.
|
|||||||
|
|
||||||
`showdayofweek` displays columns `start.dayOfWeek` and `end.dayOfWeek` when event start and end times are displayed.
|
`showdayofweek` displays columns `start.dayOfWeek` and `end.dayOfWeek` when event start and end times are displayed.
|
||||||
|
|
||||||
|
Add additional columns of data from the command line to the output after the calendarId.
|
||||||
|
* `addcsvdata <FieldName> <String>`
|
||||||
|
|
||||||
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
||||||
* `formatjson` - Display the fields in JSON format.
|
* `formatjson` - Display the fields in JSON format.
|
||||||
|
|
||||||
|
|||||||
@@ -398,8 +398,8 @@ By default, Gam displays the information as an indented list of keys and values.
|
|||||||
gam <UserTypeEntity> show contacts
|
gam <UserTypeEntity> show contacts
|
||||||
<PeoplePrintShowUserContactSelection>
|
<PeoplePrintShowUserContactSelection>
|
||||||
[orderby firstname|lastname|(lastmodified ascending)|(lastnodified descending)
|
[orderby firstname|lastname|(lastmodified ascending)|(lastnodified descending)
|
||||||
[countsonly|allfields|(fields <PeopleFieldNameList>)] [showgroups] [showmetadata]
|
[allfields|(fields <PeopleFieldNameList>)] [showgroups] [showmetadata]
|
||||||
[formatjson]
|
[countsonly|formatjson]
|
||||||
```
|
```
|
||||||
By default, Gam displays all of a user's people contacts.
|
By default, Gam displays all of a user's people contacts.
|
||||||
* `query <String>` - Display contacts based on the data in their fields
|
* `query <String>` - Display contacts based on the data in their fields
|
||||||
@@ -416,8 +416,8 @@ By default, Gam displays the information as an indented list of keys and values.
|
|||||||
gam <UserTypeEntity> print contacts [todrive <ToDriveAttribute>*]
|
gam <UserTypeEntity> print contacts [todrive <ToDriveAttribute>*]
|
||||||
<PeoplePrintShowUserContactSelection>
|
<PeoplePrintShowUserContactSelection>
|
||||||
[orderby firstname|lastname|(lastmodified ascending)|(lastnodified descending)
|
[orderby firstname|lastname|(lastmodified ascending)|(lastnodified descending)
|
||||||
[countsonly|allfields|(fields <PeopleFieldNameList>)] [showgroups] [showmetadata]
|
[allfields|(fields <PeopleFieldNameList>)] [showgroups] [showmetadata]
|
||||||
[formatjson [quotechar <Character>]]
|
[countsonly|(formatjson [quotechar <Character>])]
|
||||||
```
|
```
|
||||||
By default, Gam displays all of a user's people contacts.
|
By default, Gam displays all of a user's people contacts.
|
||||||
* `query <String>` - Display contacts based on the data in their fields
|
* `query <String>` - Display contacts based on the data in their fields
|
||||||
@@ -547,8 +547,8 @@ User: user@domain.com, Delete maximum of 15 Other Contacts
|
|||||||
```
|
```
|
||||||
gam <UserTypeEntity> show othercontacts
|
gam <UserTypeEntity> show othercontacts
|
||||||
[<OtherContactsSelection>]
|
[<OtherContactsSelection>]
|
||||||
[countsonly|allfields|(fields <OtherContactsFieldNameList>)] [showmetadata]
|
[allfields|(fields <OtherContactsFieldNameList>)] [showmetadata]
|
||||||
[formatjson]
|
[countsonly|formatjson]
|
||||||
```
|
```
|
||||||
By default, Gam displays all of a user's Other Contacts; use
|
By default, Gam displays all of a user's Other Contacts; use
|
||||||
`<OtherContactsSelection>` to display a selection of Other Contacts.
|
`<OtherContactsSelection>` to display a selection of Other Contacts.
|
||||||
@@ -563,8 +563,8 @@ By default, Gam displays the information as an indented list of keys and values.
|
|||||||
```
|
```
|
||||||
gam <UserTypeEntity> print othercontacts [todrive <ToDriveAttribute>*]
|
gam <UserTypeEntity> print othercontacts [todrive <ToDriveAttribute>*]
|
||||||
[<OtherContactsSelection>]
|
[<OtherContactsSelection>]
|
||||||
[countsonly|allfields|(fields <OtherContactsFieldNameList>)] [showmetadata]
|
[allfields|(fields <OtherContactsFieldNameList>)] [showmetadata]
|
||||||
[formatjson [quotechar <Character>]]
|
[countsonly|(formatjson [quotechar <Character>])]
|
||||||
```
|
```
|
||||||
By default, Gam displays all of a user's Other Contacts; use
|
By default, Gam displays all of a user's Other Contacts; use
|
||||||
`<OtherContactsSelection>` to display a selection of Other Contacts.
|
`<OtherContactsSelection>` to display a selection of Other Contacts.
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ gam <UserTypeEntity> show tasks [tasklists <TasklistEntity>]
|
|||||||
[updatedmin <Time>]
|
[updatedmin <Time>]
|
||||||
[showcompleted [<Boolean>]] [showdeleted [<Boolean>]] [showhidden [<Boolean>]] [showall]
|
[showcompleted [<Boolean>]] [showdeleted [<Boolean>]] [showhidden [<Boolean>]] [showall]
|
||||||
[orderby completed|due|updated]
|
[orderby completed|due|updated]
|
||||||
[countsonly|compact|formatjson]
|
[compact|countsonly|formatjson]
|
||||||
```
|
```
|
||||||
The API only supports dates in `duemin` and `duemax' but you must supply a null time:
|
The API only supports dates in `duemin` and `duemax' but you must supply a null time:
|
||||||
* `duemin YYYY-MM-DDT00:00:00Z` - Specify the starting due date
|
* `duemin YYYY-MM-DDT00:00:00Z` - Specify the starting due date
|
||||||
@@ -152,7 +152,7 @@ gam <UserTypeEntity> print tasks [tasklists <TasklistEntity>] [todrive <ToDriveA
|
|||||||
[updatedmin <Time>]
|
[updatedmin <Time>]
|
||||||
[showcompleted [<Boolean>]] [showdeleted [<Boolean>]] [showhidden [<Boolean>]] [showall]
|
[showcompleted [<Boolean>]] [showdeleted [<Boolean>]] [showhidden [<Boolean>]] [showall]
|
||||||
[orderby completed|due|updated]
|
[orderby completed|due|updated]
|
||||||
[countsonly | (formatjson [quotechar <Character>])]
|
[countsonly|(formatjson [quotechar <Character>])]
|
||||||
```
|
```
|
||||||
The API only supports dates in `duemin` and `duemax' but you must supply a null time:
|
The API only supports dates in `duemin` and `duemax' but you must supply a null time:
|
||||||
* `duemin YYYY-MM-DDT00:00:00Z` - Specify the starting due date
|
* `duemin YYYY-MM-DDT00:00:00Z` - Specify the starting due date
|
||||||
@@ -230,7 +230,7 @@ By default, Gam displays the task lists as an indented list of keys and values.
|
|||||||
|
|
||||||
```
|
```
|
||||||
gam <UserTypeEntity> print tasklists [todrive <ToDriveAttribute>*]
|
gam <UserTypeEntity> print tasklists [todrive <ToDriveAttribute>*]
|
||||||
[countsonly | (formatjson [quotechar <Character>])]
|
[countsonly|(formatjson [quotechar <Character>])]
|
||||||
```
|
```
|
||||||
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
By default, Gam displays the information as columns of fields; the following option causes the output to be in JSON format,
|
||||||
* `formatjson` - Display the fields in JSON format.
|
* `formatjson` - Display the fields in JSON format.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
Print the current version of Gam with details
|
Print the current version of Gam with details
|
||||||
```
|
```
|
||||||
gam version
|
gam version
|
||||||
GAM 7.23.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.23.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.13.7 64-bit final
|
Python 3.13.7 64-bit final
|
||||||
macOS Tahoe 26.0.1 x86_64
|
macOS Tahoe 26.0.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
|
Print the current version of Gam with details and time offset information
|
||||||
```
|
```
|
||||||
gam version timeoffset
|
gam version timeoffset
|
||||||
GAM 7.23.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.23.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.13.7 64-bit final
|
Python 3.13.7 64-bit final
|
||||||
macOS Tahoe 26.0.1 x86_64
|
macOS Tahoe 26.0.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
|
Print the current version of Gam with extended details and SSL information
|
||||||
```
|
```
|
||||||
gam version extended
|
gam version extended
|
||||||
GAM 7.23.03 - https://github.com/GAM-team/GAM - pyinstaller
|
GAM 7.23.04 - https://github.com/GAM-team/GAM - pyinstaller
|
||||||
GAM Team <google-apps-manager@googlegroups.com>
|
GAM Team <google-apps-manager@googlegroups.com>
|
||||||
Python 3.13.7 64-bit final
|
Python 3.13.7 64-bit final
|
||||||
macOS Tahoe 26.0.1 x86_64
|
macOS Tahoe 26.0.1 x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user