gam ou_and_children "/Top OU" add calendar domain.com_skaI...@group.calendar.google.com selected true colorindex 3
What would be the best way to run a single command like this for all the sub-ou under it. There are 50 under this top level org for example.gam ou "/Top OU" add calendar domain.com_skaI...@group.calendar.google.com selected true colorindex 3
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/1c180198-17c0-4a3f-a590-ac986c9a65f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
gam ou_and_children "/Top OU" add calendar notsuspended domain.com_skaIVTLKCojXbN2yNyEh@group.calendar.google.com selected true colorindex 3
Steve,gam ou_and_children "/Top OU" add calendar domain.com_skaIVTLKCojXbN2yNyEh@group.calendar.google.com selected true colorindex 3Ross
thanks for that. seems to now be breaking at a suspended user. can notsuspended be used for example?
gam ou_and_children "/Top OU" add calendar notsuspended domain.com_skaIVTLKCojXbN2yNyEh@group.calendar.google.com selected true colorindex 3
On Wednesday, 14 December 2016 14:01:44 UTC, Ross Scroggs wrote:
Steve,gam ou_and_children "/Top OU" add calendar domain.com_skaIVTLKCojXbN2yNyEh...@group.calendar.google.com selected true colorindex 3Ross
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/266e406e-90a2-4729-adb0-e85582813acc%40googlegroups.com.
Steve,I can do something long term, in the short term do this:1) gam ou_and_children "/Top OU" print > users.csv2) edit users.csv and add a header row: User
3) gam csv users.csv gam user "~User" add calendar domain.com_skaIVTLKCojXbN2yNyEh@group.calendar.google.com selected true color index 3
As each user is processed separately, the error won't stop you.Ross
On Wed, Dec 21, 2016 at 6:26 AM, Steve Larsen <steve....@gettaxi.com> wrote:
thanks for that. seems to now be breaking at a suspended user. can notsuspended be used for example?gam ou_and_children "/Top OU" add calendar notsuspended domain.com_skaIVTLKCojXbN2yNyEh@group.calendar.google.com selected true colorindex 3
On Wednesday, 14 December 2016 14:01:44 UTC, Ross Scroggs wrote:Steve,gam ou_and_children "/Top OU" add calendar domain.com_skaIVTLKCojXbN2yNyEh...@group.calendar.google.com selected true colorindex 3Ross
--
You received this message because you are subscribed to the Google Groups "GAM for G Suite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsubscribe...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.
Visit this group at https://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/266e406e-90a2-4729-adb0-e85582813acc%40googlegroups.com.
Error handling takes care of calendars already added too, I assume?I mean, for when you run the command the second or twenty-third time.