Is there a way for individual users to see the free/busy status of users in the other domain when scheduling meetings? (Not resource rooms, user calendars)
Yep, exactly. Or you can pipe the csv as well but you may have to do some filtering in case you have users whose calendars you so not want to share. gam print users | gam csv - gam calendar "~primaryEmail" add acl freebusy domain:acquisition.com
Calenar IDs are represented by string@resource.calendar.google.com. The IDs should be random if you are using the new structured resource. Not sure if there are any additional details about the primary domain that might be visible elsewhere though.
That really is going to help me. thank you!
Is there a way for individual users to see the free/busy status of users in the other domain when scheduling meetings? (Not resource rooms, user calendars)
Yes, user calendars can be shared with external domain as well
@@WorkspaceAdmins thanks! So same concept as resource room just using the user.csv instead?
Yep, exactly. Or you can pipe the csv as well but you may have to do some filtering in case you have users whose calendars you so not want to share.
gam print users | gam csv - gam calendar "~primaryEmail" add acl freebusy domain:acquisition.com
Will this be able to obfuscate the domain that created the calendar?
Calenar IDs are represented by string@resource.calendar.google.com. The IDs should be random if you are using the new structured resource. Not sure if there are any additional details about the primary domain that might be visible elsewhere though.