In GSuite, you can set a room (resource) to be viewable by a user but not bookable.
This will show up as a crossed out (unavailable) room - see screenshot below.
How can you find out if a room is bookable by me through the Google APIs? There doesn't appear to be anything in the calendar resource that contains this information (https://developers.google.com/admin-sdk/directory/reference/rest/v1/resources.calendars#CalendarResource).
I've also tried to put in the resourceEmail
of the room as the calendarId
in the ACL endpoint here, but non-admins don't have access to those ACLs so it isn't useful in discovering if I'm able to book a room or not.