Introducing Workday app for Google Chat

What’s changing

We’re adding a new Workday app for Google Chat that allows you to perform quick actions in Workday, such as requesting time off, filing expense reports and looking up colleague's information, all without leaving Google Chat. 
Introducing Workday app for Google Chat

Getting started 

Rollout pace 

  • This feature is available now for all users. 

Availability 

  • Available to all Google Workspace customers and users with personal Google Accounts 

Resources 

Displaying Microsoft Outlook users as organizers in Google Calendar

What’s changing

Previously, if a Microsoft Outlook user invited a Google Calendar user to a meeting event, the Outlook user’s display name would not appear at all in the list of meeting attendees on Google Calendar. Starting today, we’re updating this experience so that the Outlook user who organized the meeting is listed amongst the other meeting attendees in Calendar as the meeting organizer. 


Getting started 

  • Admins and end users: No action required as you’ll automatically see these updates. Visit the Help Center to learn more about Calendar Interop

Rollout pace 

Availability 

  • Available to all Google Workspace customers and users with personal Google Accounts 

Resources 

The comedy of errors

Every now and then we get questions about errors that we may have shown for sites in Search Console, and every now and then we encounter folks who seem to be confused about where an error came from. This is understandable: there are many issues that can arise when accessing websites, but all of them, without exception, map to a certain system that makes the access possible. In this illustrated short story we will try to shed some light on the errors and perhaps make them look a little less scary. Let's dig in!

Long Term Support Channel Update for ChromeOS

A new LTC-114 version, 114.0.5735.331 (Platform Version: 15437.67.0), is being rolled out for most ChromeOS devices. 


If you have devices in the LTC channel, they will be updated to this version. The LTS channel remains on LTS-108 until September 19th, 2023. 

Release notes for LTC-114 can be found here 
Want to know more about Long-term Support? Click here

This update contains multiple Security fixes, including:



High Fixes for CVE-2023-4211 on impacted platforms





Giuliana Pritchard
Google ChromeOS

Chrome Beta for Android Update

Hi everyone! We've just released Chrome Beta 117 (117.0.5938.20) for Android. It's now available on Google Play.

You can see a partial list of the changes in the Git log. For details on new features, check out the Chromium blog, and for details on web platform updates, check here.

If you find a new issue, please let us know by filing a bug.

Harry Souders
Google Chrome

Programmatically access working locations with the Calendar API

Posted by Chanel Greco, Developer Advocate

Giving Google Workspace users the ability to set their working location and working hours in Google Calendar was an important step in helping our customers’ employees adapt to a hybrid world. Sending a Chat message asking “Will you be in the office tomorrow?” soon became obsolete as anyone could share where and when they would be working within Calendar.

To improve the hybrid working experience, many organizations rely on third-party or company-internal tools to enable tasks like hot desk booking or scheduling days in the office. Until recently, there was no way to programmatically synchronize the working location set in Calendar with such tools.


Image showing working locations visible via Google Calendar in the Robin app
Robin displays the working location from Google Calendar in their application and updates the user's Google Calendar when they book a desk in Robin

Programmatically read and write working locations

We are pleased to announce that the Calendar API has been updated to make working locations available and this added functionality is generally available (feature is only available for eligible Workspace editions). This enables developers to programmatically read and write the working location of Google Workspace users. This can be especially useful in three use cases that have surfaced in discussions with customers which we are going to explore together.

1.     Synchronize with third-party tools

Enhancing the Calendar API enables developers to synchronize user’s working location with third-party tools like Robin and Comeen. For example, some companies provide their employees with desk booking tools so they can book their workplace in advance for the days they will be on-site. HR management tools are also common for employees to request and set “Work from home” days. In both situations the user had to set their working location in two separate tools: their desk booking tool and/or HR management system and Google Calendar.

Thanks to the working location being accessible through the Calendar API this duplicate work is no longer necessary since a user’s working location can be programmatically set. And if a user's calendar is the single source of truth? In that case, the API can be used to read the working location from the user’s calendar and write it to any permissioned third-party tool.


Image showing Google Workspace Add-on synchronizing users' working locations in the Comeen app.
Comeen’s Google Workspace Add-on synchronizes the user’s’ working locations whenever the user updates their working location, either in Google Calendar or in Comeen's add-on

2.     Display working location on other surfaces

The API enables the surfacing of the user's working location in other tools, creating interesting opportunities. For instance, some of our customers have asked for ways to better coordinate in-office days. Imagine you are planning to be at the office tomorrow. Who else from your team will be there? Who from a neighboring team might be on-site for a coffee chat?

With the Calendar API, a user's working location can be displayed in tools like directories, or a hybrid-work scheduling tool. The goal is to make a user’s working location available in the systems that are relevant to our customers.

3.     Analyze patterns

The third use case that surfaced from discussions with our customers is analyzing working location patterns. With many of our customers having a hybrid work approach it’s vital to have a good understanding of the working patterns. For example, which days do locations reach maximal legal capacity? Or, when does the on-campus restaurant have to prepare more meals for employees working on-site?

The API answers these and other questions so that facility management can adapt their resources to the needs of their employees.


How to get started

Now that you have an idea of the possibilities the updated Calendar API creates, we want to guide you on how you can get started using it.

  • Check out the developer documentation for reading and writing a user's working locations.
  • Watch the announcement video on the Google Workspace Developers YouTube channel.
  • Check the original post about the launch of the working location feature for a list of all Google Workspace plans that have access to the feature.

See message view counts in Google Chat spaces

What’s changing

In June, we introduced read receipts in group direct messages so that users could quickly identify if other members of a group have read their latest message within a Google Chat stream. Today, we’re excited to announce a similar feature in spaces that will allow space members to see view counts for messages in all spaces. 

A more detailed view of how many members are engaging with content in spaces can be seen by hovering over the message, selecting the three-dot menu, and clicking “See message views”. 
See view counts in Google Chat spaces


Additional details 

The view counts in spaces will be available for messages sent on August 1, 2023 and beyond. Additionally, view counts are not available for in-line replies. 


Getting started 

Rollout pace 

Web: 

Mobile (Android & iOS): 

Availability 

  • Available to all Google Workspace customers and users with personal Google Accounts 

Resources 

View & compare script versions with Apps Script project history

What’s changing 

As we continue to improve the experience for Apps Script developers, today we're announcing project history, a new interface for developers to view previously deployed script versions and compare versions to the current script version. 


Developers can use project history to view the code of previously deployed script versions. The highlight changes can be used to quickly compare differences between their selected version and the current, or head, version, taking the guesswork out of determining what's changed. Anyone who has edit permission on an Apps Script project can access project history. To navigate to the project history page, open an Apps Script project and click Project History.

The project history page displays up to 200 previously deployed versions and the head version of the script.


To compare a version to the head version, turn on Highlight changes.



Additional improvements for script versions will be made in the coming weeks.





Who’s impacted

Developers

Why it’s important

Apps Script is a low-code development platform that makes it quick and easy to build business solutions that integrate, automate, and extend Google Workspace. With Apps Script, Google Workspace users can customize workflows, create automations, and build integrations that connect the applications they use every day.

Getting Started

  • Developers: Use our developer documentation to learn more about working with Apps Script and watch the video below to see project history in action:

  • Anyone who has edit permission on an Apps Script project can access project history. To navigate to the project history page, open an Apps Script project and click Project History.


Rollout


Availability

  • Available to Google Workspace customers
  • Available to users with a personal Google account

Resources