Hello,
We wanted to see if something like this would be possible via GAM, since we can't do this through the admin console.
We currently have a situation where we have a Company A and Company B on two separate workspaces. We are going to be merging them soon, but in the meantime we want the users to be able to see each others calendars (free/busy).
This is possible by having each user go in their calendar and share their calendar with the distro list on the other end.
We were hoping to do this for our users on the backend.
We were given a script that looks like it could be useful, with some needed modified parameters:
gam csv ~/Downloads/example.csv gam calendar "~Email" add editor user[insert email or distro list] sendnotifications false
Glancing at this script, could something like this be done?
My knowledge with GAM is close to none, any help would be greatly appreciated.