Manage working locations

Stay organized with collections Save and categorize content based on your preferences.

In Google Calendar, users can specify a working location so people know their location when sending invitations to an event. This feature is only available to some Google Calendar users. For more details, go to Turn working location on or off for users.

Read user working locations

You can read user working locations in the Events resource of the Calendar API.

To list working location events, use the events.list method, specifying ['workingLocation'] in the eventTypes field. Then, in the returned Event objects, refer to the workingLocationProperties field for details about the working location set by the user in Google Calendar.

Note: The ability to add or update working locations is still in development. Working hours cannot currently be managed programmatically.